flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux

Stars
2.4K
Committers
119

Bot releases are hidden (Show)

flutter_local_notifications - flutter_local_notifications-v1.1.5

Published by MaikuB over 4 years ago

  • [Android] minor optimisation on scheduling related code so that Gson instance is reused instead of being rebuilt each time
  • Changed plugin to require 1.12.3+hotfix.5 or greater since pub has issues resolving 1.12.3+hotfix.6
  • Updated changelog entry for version 1.1.4 to mention removal of upper bound constraint on Flutter SDK requirement
flutter_local_notifications - flutter_local_notifications-v1.1.4

Published by MaikuB over 4 years ago

  • Support v2 Android embedding. Note that there is currently a known issue in the Flutter SDK that will cause onSelectNotification to fire twice on Android. The fix is in the master channel but hasn't rolled out to other channels. Subscribe to the issue for updates.
  • Require Flutter SDK 1.12.3+hotfix.6 or greater
flutter_local_notifications - flutter_local_notifications-v1.1.3

Published by MaikuB over 4 years ago

  • 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 - flutter_local_notifications-v1.1.2

Published by MaikuB over 4 years ago

  • 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 - flutter_local_notifications-v1.1.1

Published by MaikuB almost 5 years ago

  • [Android] Added ability to specify timeout duration of notification
  • [Android] Added ability to specify the notification category
flutter_local_notifications - flutter_local_notifications-v1.1.0

Published by MaikuB almost 5 years ago

  • 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 - flutter_local_notifications_platform_interface-v1.0.1

Published by MaikuB almost 5 years ago

  • Add pendingNotificationRequests
flutter_local_notifications - flutter_local_notifications-v1.0.0

Published by MaikuB almost 5 years ago

  • 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 - flutter_local_notifications-v0.9.1+3

Published by MaikuB almost 5 years ago

  • 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 - flutter_local_notifications_platform_interface-v1.0.0+1

Published by MaikuB almost 5 years ago

  • Fix platform interface readme
flutter_local_notifications - flutter_local_notifications-v0.9.1+2

Published by MaikuB almost 5 years ago

  • update plugin pubspec to point to new plugin location in repo
flutter_local_notifications - flutter_local_notifications_platform_interface-v1.0.0

Published by MaikuB almost 5 years ago

  • Initial release of platform interface
flutter_local_notifications - flutter_local_notifications-v0.9.1+1

Published by MaikuB almost 5 years ago

  • update readme with Swift example for cancelling local notifications in AppDelegate
flutter_local_notifications - flutter_local_notifications-v0.9.1

Published by MaikuB almost 5 years ago

  • Added support for media notifications. This currently only supports showing the specified image as album artwork. Thanks to the PR by gianlucaparadise
flutter_local_notifications - flutter_local_notifications-v0.9.0+1

Published by MaikuB almost 5 years ago

  • Fix readme where Objective-C was written twice
flutter_local_notifications - flutter_local_notifications-v0.9.0

Published by MaikuB almost 5 years ago

  • Updates to enable better compatibility with other notification plugins
  • Updated info on configuring code and resource shrinking with R8/ProGuard when using the plugin