Skip to content

Releases: MaikuB/flutter_local_notifications

flutter_local_notifications-v1.1.3

24 Jan 09:01
1c5b1d2
Compare
Choose a tag to compare
  • Expose NotificationAppLaunchDetails via main plugin
  • Retroactively updated changelog for 1.1.0 to indicate breaking change on moving to using platform interface
  • Made plugin methods be a no-op to fix issue with version 1.1.0 where test code involving the plugin would fail when running on an environment that is neither Android or iOS

flutter_local_notifications-v1.1.2

23 Jan 11:00
fee6ec5
Compare
Choose a tag to compare
  • Passing a null notification id now throws an ArgumentError. Thanks to PR from talmor_guy
  • Slight tweak to message displayed with by ArgumentError when notification id is not within range of a 32-bit integer

flutter_local_notifications-v1.1.1

19 Jan 04:24
2f42734
Compare
Choose a tag to compare
  • [Android] Added ability to specify timeout duration of notification
  • [Android] Added ability to specify the notification category

flutter_local_notifications_platform_interface-v1.0.1

18 Jan 06:44
76d874d
Compare
Choose a tag to compare

flutter_local_notifications-v1.1.0

18 Jan 11:11
17a8587
Compare
Choose a tag to compare
  • Updated plugin to make use of flutter_local_notifications_platform_interface version 1.0.1. This allows for platform-specific
    implementations of the platform interface to now be accessible.
  • Breaking change Plugin callbacks are no longer publicly accessible
  • Breaking change [iOS] Local notifications that launched the app should now only be processed by the plugin if they were created by the plugin.

flutter_local_notifications-v1.0.0

18 Jan 01:56
09a9063
Compare
Choose a tag to compare
  • Breaking change [iOS] Added checks to ensure callbacks are only invoked for notifications originating from the plugin to improve compatibility with other notification plugins.
  • [Android] Bump Gradle plugin to 3.5.3

flutter_local_notifications-v0.9.1+3

09 Jan 10:05
18de57d
Compare
Choose a tag to compare
  • Include notes in getting started section to emphasise that the steps in the integration guide for each platform needs to be done.
  • Move information in the readme on configuring resources to keep on Android.

flutter_local_notifications_platform_interface-v1.0.0+1

07 Jan 10:59
a997153
Compare
Choose a tag to compare

flutter_local_notifications_platform_interface-v1.0.0

07 Jan 10:26
c888502
Compare
Choose a tag to compare
  • Initial release of platform interface

flutter_local_notifications-v0.9.1+2

07 Jan 10:44
6f25d67
Compare
Choose a tag to compare
  • update plugin pubspec to point to new plugin location in repo