pushengage_flutter_sdk 0.0.2 copy "pushengage_flutter_sdk: ^0.0.2" to clipboard
pushengage_flutter_sdk: ^0.0.2 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: ^0.0.2

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
160
points
15
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pushengage_flutter_sdk

Packages that implement pushengage_flutter_sdk