This repository demonstrates how to implement Flutter Push Notifications Messaging in a Flutter application for Android. It's a straightforward guide to get you started with push notifications using Firebase CM.
- A Flutter and Firebase project.
- Flutter installed on your development machine.
-
Clone the repository:
git clone https://github.com/SalamiTech/push_noti_android.git
-
Install dependencies:
flutter pub get
-
Configure Firebase:
- Place your
google-services.json
inandroid/app
.
- Place your
-
Run the app:
flutter run
- Integration with Firebase Cloud Messaging for real-time push notifications.
- Handling notifications in foreground, background, and terminated states.
Feel free to fork the repo and submit pull requests with any enhancements or fixes.