SalamiTech / push_noti_android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C++ 41.1%Language:CMake 33.4%Language:Dart 11.4%Language:Ruby 4.8%Language:Swift 3.4%Language:HTML 3.2%Language:C 2.4%Language:Kotlin 0.2%Language:Objective-C 0.1%