awesome_notifications 0.0.3+2 awesome_notifications: ^0.0.3+2 copied to clipboard
A complete solution to create Local Notifications and Push Notifications (Media Notifications, Big Picture, Big text, etc), throught Firebase or another services, using Flutter.
[0.0.3+2] #
- Fixed UTC Dates on iOS devices
[0.0.3+1] #
- Adjusting the plugin content to pub.dev patterns
[0.0.3] #
- Documentation updated
- Included DismissedStream to capture dismissed notifications by the user
- Included iOS notification source code to enable send local notifications on iOS devices (still in development)
- Updated asset's load file method inside the java native code, due to flutter's 1.22 deprecation on "FlutterLoader.getInstance()"
- Extracted Bitmap class from bitmap package, due to buildGradle incompatibilities while running the project on release mode (Java)
[0.0.2+2] #
[0.0.2+1] #
- Documentation updated
[0.0.2] #
- Added precise schedules option to schedule a notification multiple times with precisely date and time
[0.0.1+7] #
[0.0.1+6] #
[0.0.1+5] #
- Documenting the code
[0.0.1+4] #
[0.0.1+3] #
[0.0.1+2] #
[0.0.1+1] #
- Adjusting the plugin content to pub.dev patterns
[0.0.1] #
- Initial release.