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

outdated

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.

Example #

ApnsFlutter.onToken((token) {
  print(token);
});
ApnsFlutter.requestPermissions(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