huawei_push_fcm 6.3.0+304 huawei_push_fcm: ^6.3.0+304 copied to clipboard
Huawei Push-FCM Proxy plugin for Flutter that exposes all the functionality provided by the Huawei Push-FCM Proxy SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_push_fcm
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
huawei_push_fcm: ^6.3.0+304
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:huawei_push_fcm/huawei_push_fcm.dart';