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

Use Flutter to interact with the native push notifications system on iOS.

Apns Flutter #

Use Flutter to interact with the native push notifications system on iOS.

Requires iOS 10 or later

Example #

final apns = ApnsFlutter();
apns.onToken((token) {
  print(token);
});
apns.onSettings((settings) {
  print(settings);
});
apns.register(badge: true, alert: true, sound: true);
1
likes
30
pub points
0%
popularity

Publisher

verified publisherwrenn.me

Use Flutter to interact with the native push notifications system on iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on apns_flutter