flutter_local_notifications 0.0.7
flutter_local_notifications: ^0.0.7 copied to clipboard
A cross platform plugin for displaying and scheduling local notifications for Flutter applications
0.0.1 #
- Initial release
0.0.2 #
- README fixes
0.0.3 #
- Fix changelog
0.0.4 #
- Updated README
0.0.5 #
- Updates to iOS code to support both legacy notifications via UILocalNotification (before iOS 10) and the User Notifications framework introduced in iOS 10
0.0.6 #
- Add ability to customise the presentation options when a notification is triggered while the app is in the foreground for iOS notifications presented using the User Notifications Framework (iOS 10+). IMPORTANT: the named parameters for iOS initialisation settings constructor have had to change to differentiate between permission options and presentation options
0.0.7 #
- Fix notifications on Android so tapping on them will remove them and will also start the app if it has been terminated.