github MaikuB/flutter_local_notifications flutter_local_notifications-v9.0.0-dev.1

latest releases: flutter_local_notifications-v20.0.0-dev.1, flutter_local_notifications_windows-v2.0.0-dev.1, flutter_local_notifications_linux-v7.0.0-dev.1...
pre-release4 years ago
  • Restored Linux support
  • Android 12 support
  • Breaking change the value property of the Importance class is now non-nullable
  • Breaking change the FlutterLocalNotificationsPlugin.private() constructor that was visible for testing purposes has been removed. The plugin now uses the defaultTargetPlatform property from the Flutter framework to determine the platform an application running on. This removes the need for depending on the platform package. To write tests that require a platform-specific implementation of the plugin, the debugDefaultTargetPlatformOverride property can be used to do so
  • Plugin now uses the clock package for internal logic that relies on geting the current time, such as validating that the date for a scheduled notification is set in the future

Don't miss a new flutter_local_notifications release

NewReleases is sending notifications on new releases.