pushengage_flutter_sdk 1.0.0 copy "pushengage_flutter_sdk: ^1.0.0" to clipboard
pushengage_flutter_sdk: ^1.0.0 copied to clipboard

PushEngage Flutter Plugin allows you to integrate Push Notification service into your Flutter application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pushengage_flutter_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pushengage_flutter_sdk: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pushengage_flutter_sdk/pushengage_flutter_sdk.dart';
0
likes
150
points
97
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

PushEngage Flutter Plugin allows you to integrate Push Notification service into your Flutter application.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pushengage_flutter_sdk

Packages that implement pushengage_flutter_sdk