pushe_flutter 2.1.1 copy "pushe_flutter: ^2.1.1" to clipboard
pushe_flutter: ^2.1.1 copied to clipboard

outdated

Pushe push notification SDK implementation for Flutter framework, for Android (iOS features will be available soon)

Pushe flutter #

Pushe notification service official plugin for Flutter.

Installation #

Add the plugin to pubspec.yaml:

dependencies:
  pushe_flutter: $latest
  • If you want to use the latest version, not necessarily released, you can use the github source code.
pushe_flutter:
  git:
    url: https://github.com/pusheco/pushe-flutter.git

Then run flutter packages get to sync the libraries.

Set up credentials #

Go to https://console.pushe.co , create an application with the same package name and get the manifest tag. Add the manifest tag in the Application tag. It should be something like this:

<meta-data android:name="pushe_token"
           android:value="PUSHE_TOKEN" />

Run the project after and you should be able to see your device in console after a short time.

Add the code snippets #

In your main.dart:

import 'package:pushe_flutter/pushe.dart';

More Info #

16
likes
0
pub points
30%
popularity

Publisher

verified publisherpushe.co

Pushe push notification SDK implementation for Flutter framework, for Android (iOS features will be available soon)

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pushe_flutter