flutter_s_umeng_push 0.3.0
flutter_s_umeng_push: ^0.3.0 copied to clipboard
友盟推送的flutter插件,支持Android和ios
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_s_umeng_pushWith Flutter:
$ flutter pub add flutter_s_umeng_pushThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_s_umeng_push: ^0.3.0Alternatively, your editor might support dart pub get or 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_s_umeng_push/flutter_s_umeng_push.dart';