flutter_notification_channel 3.1.0 flutter_notification_channel: ^3.1.0 copied to clipboard
A plugin for setting up notification channels on android
3.1.0 #
- Merged PR https://github.com/caseyryan/flutter_notification_channel/pull/7
- Removed test to support lower flutter versions
3.0.1 #
Breaking change: Must call FlutterNotificationChannel().registerNotificationChannel(...)
3.0.0 #
Merged https://github.com/caseyryan/flutter_notification_channel/pull/4#issuecomment-1975733550 Updated flutter and dart restrictions
2.0.1 #
Added support for
2.0.0 #
Migrated to null-safety
1.0.2 #
- added showBadge parameter
1.0.1 #
- Added more description
1.0.0 #
- Other configuration for messages. See example
0.0.5 #
- More settings in Android part
0.0.1 #
- Simply allows to register notifications channels on Android. That's it.