Skip to content

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

License

Notifications You must be signed in to change notification settings

JacobWrenn/apns_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published