china_push_l 1.0.2 copy "china_push_l: ^1.0.2" to clipboard
china_push_l: ^1.0.2 copied to clipboard

Push projects applicable to Chinese mobile devices. Integrated with the mainstream push services of major Chinese manufacturers, it will be initialized based on whether the manufacturer supports it. I [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add china_push_l

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

dependencies:
  china_push_l: ^1.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:china_push_l/china_push.dart';
import 'package:china_push_l/china_push_method_channel.dart';
import 'package:china_push_l/china_push_platform_interface.dart';
import 'package:china_push_l/exception/register_exception.dart';
1
likes
120
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Push projects applicable to Chinese mobile devices. Integrated with the mainstream push services of major Chinese manufacturers, it will be initialized based on whether the manufacturer supports it. If push is not supported, Xiaomi push will be used by default.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on china_push_l