Flutter Push Notifications with Firebase Cloud Messaging

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.

Getting Started

Prerequisites

  • A Flutter and Firebase project.
  • Flutter installed on your development machine.

Setup

  1. Clone the repository:

    git clone https://github.com/SalamiTech/push_noti_android.git
  2. Install dependencies:

    flutter pub get
  3. Configure Firebase:

    • Place your google-services.json in android/app.
  4. Run the app:

    flutter run

Features

  • Integration with Firebase Cloud Messaging for real-time push notifications.
  • Handling notifications in foreground, background, and terminated states.

Contributing

Feel free to fork the repo and submit pull requests with any enhancements or fixes.