## How to Implement Firebase Cloud Messaging with Flutter

```
- Install and configure this package : https://pub.dev/packages/firebase_messaging#-readme-tab-
- Only Install this package : https://pub.dev/packages/flutter_local_notifications#-installing-tab-
- Add Notification Service file to your project files.
- Create ic_notification : https://romannurik.github.io/AndroidAssetStudio/index.html
- Copy ic_notification.png into android/app/src/main/res/drawable/ic_notification.png
- Implement _configureNotification() into your main screen
- Send your notification
```