pushe_flutter 2.6.1 pushe_flutter: ^2.6.1 copied to clipboard
Pushe push notification SDK implementation for Flutter framework, for Android and iOS
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