Pushe flutter
Pushe notification service official plugin for Flutter. Pushe is a push notification service. Refer to Pushe Homepage for more information. It supports Android and iOS (it's also possible to use it on Flutter Web)
Installation
Add the plugin to pubspec.yaml
:
dependencies:
pushe_flutter: <version>
- If you want to use the latest version, not necessarily released and stable, you can directly use the source code on Github.
pushe_flutter:
git:
url: https://github.com/pusheco/pushe-flutter.git
Visit the Documentation for more information about usage and API reference.
More Info
- FAQ and issues in Github repo
- Sample project is in the library source code and in the Sample repo on github