flutter_mix_push 1.0.0 copy "flutter_mix_push: ^1.0.0" to clipboard
flutter_mix_push: ^1.0.0 copied to clipboard

A Flutter hybrid push plugin. Android integrates vendor push channels (Xiaomi/Huawei/Honor/OPPO/vivo/Meizu) sharing the system push channel; iOS uses Apple APNs. Provides register ID, message arrival [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_mix_push

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

dependencies:
  flutter_mix_push: ^1.0.0

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:flutter_mix_push/flutter_mix_push.dart';
1
likes
120
points
71
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter hybrid push plugin. Android integrates vendor push channels (Xiaomi/Huawei/Honor/OPPO/vivo/Meizu) sharing the system push channel; iOS uses Apple APNs. Provides register ID, message arrival and notification click events.

Repository (GitHub)
View/report issues

Topics

#push #notification #apns #android #ios

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_mix_push

Packages that implement flutter_mix_push