flutter_push 0.0.37 copy "flutter_push: ^0.0.37" to clipboard
flutter_push: ^0.0.37 copied to clipboard

outdated

Based on the idea of unified push alliance, the push platform of six vendors has been rapidly integrated, and the vendor push channel of the shared system has been shared to avoid the need for the APP [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_push

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

dependencies:
  flutter_push: ^0.0.37

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:flutter_push/flutter_push.dart';
0
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Based on the idea of unified push alliance, the push platform of six vendors has been rapidly integrated, and the vendor push channel of the shared system has been shared to avoid the need for the APP to run in the background for a long time, killing the APP can also receive the push.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_push

Packages that implement flutter_push