/flutter_send_fcm_api

Flutter code to send push notifications using Firebase Cloud Messaging easy way

Primary LanguageC++MIT LicenseMIT

flutter_send_FCM_Api

Flutter code to send push notifications using Firebase Cloud Messaging easy way

Packages

add the http package to your project

dependencies:
  flutter:
    sdk: flutter
  http: 

FCM Server Key

get your FCM server key form the firebase project setting FCM section

replace the serverKey string in fcm_sender_service.dart

  final String serverKey = "replace your api with this string";