Flutter Push Notification using AWS SNS

Welcome everyone, in this article we will be implementing the Flutter push notifications using the AWS Simple Notification Services (SNS). We will be using Firebase Cloud Messaging as the Service Provider for the Messaging. Creating a Flutter Project: Firstly we will create a new project and I will name it flutter_aws_notification. You can give any name to your package. Ensure that you remember it because we will need it while registering our app on Google Firebase....

November 29, 2021 · 6 min · Nihar Sanda