Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages