Skip to content

zsasko/flutter-push-notification-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Push Notification Sample

This project is sample application that demonstrates receiving FCM push notification in Flutter Android App sent from NodeJS backend.

It's a source code for the following article on the medium:

In order to start this sample, please make sure that you've created FCM Android App with the following package name:

com.example.push_notification_flutter_sample

and added 'google-services.json' into 'android/app' folder.

In order to fetch Flutter dependencies, please execute the following script:

flutter pub get

And run the app in emulator by executing the following script:

flutter build apk
flutter install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published