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
points
24
downloads

Publisher

verified publisherwrenn.me

Weekly Downloads

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

Repository (GitHub)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on apns_flutter