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

outdated

A plugin implementing functionality of PushPole Android SDK. Refer to pushpole.co for further details about PushPole.

PushPole flutter #

A plugin to use PushPole sdk in Flutter framework.

Run the sample #

Run: git clone https://github.com/push-pole/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:
  pushpole: ^version

Then run flutter packages get to sync the libraries.

Set up credentials #

Go to https://console.push-pole.com , 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="com.pushpole.sdk.token"
           android:value="PUSHPOLE_12345678" />

Add the code snippets #

In your main.dart:

import 'package:pushpole/pushpole.dart';
PushPole.initialize();

More Info #

For more details, visit HomePage docs or the Wiki

11
likes
0
points
13
downloads

Publisher

verified publisherpush-pole.com

Weekly Downloads

A plugin implementing functionality of PushPole Android SDK. Refer to pushpole.co for further details about PushPole.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pushpole

Packages that implement pushpole