fz_hms_push_kit 0.0.2 copy "fz_hms_push_kit: ^0.0.2" to clipboard
fz_hms_push_kit: ^0.0.2 copied to clipboard

PlatformAndroid

A Flutter package for handling Huawei Mobile Services (HMS) Push Kit — token retrieval, foreground/background message handling, notification tap events, and a server-side helper to obtain OAuth2 acces [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fz_hms_push_kit

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

dependencies:
  fz_hms_push_kit: ^0.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:fz_hms_push_kit/fz_hms_push_kit.dart';
3
likes
130
points
68
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for handling Huawei Mobile Services (HMS) Push Kit — token retrieval, foreground/background message handling, notification tap events, and a server-side helper to obtain OAuth2 access tokens and send push notifications via the Huawei Push REST API.

Repository (GitHub)
View/report issues

Topics

#push-notifications #huawei #hms #notifications #push-kit

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

flutter, http, huawei_push, rxdart

More

Packages that depend on fz_hms_push_kit