china_push_l 1.0.2
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';