pushe 1.0.1 copy "pushe: ^1.0.1" to clipboard
pushe: ^1.0.1 copied to clipboard

discontinued

A plugin implementing functionality of Pushe Android SDK. Refer to pushe.co for further details about Pushe.

Pushe flutter #

A plugin to use Pushe sdk in Flutter framework.

Run the sample #

Run: git clone https://github.com/pusheco/flutter-sample.git
The go to example: cd example
And run the example on a connected device: flutter run

Installation #

Add the plugin to pubspec.yaml:

dependencies:
  pushe: ^version

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="co.ronash.pushe.token"
           android:value="PUSHE_12345678" />

Add the code snippets #

In your main.dart:

import 'package:pushe/pushe.dart';
Pushe.initialize();

More Info #

For more details, visit HomePage docs or the Wiki

0
likes
30
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin implementing functionality of Pushe Android SDK. Refer to pushe.co for further details about Pushe.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pushe

Packages that implement pushe