tencent_flutter_apns 2.0.0 copy "tencent_flutter_apns: ^2.0.0" to clipboard
tencent_flutter_apns: ^2.0.0 copied to clipboard

PlatformiOS
unlisted

APNS push notification plugin. Uses firebase_messaging on Android, but replaces it on iOS with custom implementation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tencent_flutter_apns

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

dependencies:
  tencent_flutter_apns: ^2.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:tencent_flutter_apns/tencent_flutter_apns.dart';
1
likes
120
pub points
51%
popularity

Publisher

verified publishercomm.qq.com

APNS push notification plugin. Uses firebase_messaging on Android, but replaces it on iOS with custom implementation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_apns_only

More

Packages that depend on tencent_flutter_apns