local_notifications 0.0.7 copy "local_notifications: ^0.0.7" to clipboard
local_notifications: ^0.0.7 copied to clipboard

discontinued

A flutter plugin for creating local notifications.

[0.0.6] - April 12, 2018 #

  • Fix the support library dependency

[0.0.5] - April 12, 2018 #

  • Added support back for earlier Android versions. All versions supported by Flutter are supported by the plugin.
  • Removed deprecation and unchecked warnings that appeared when using the plugin.

[0.0.4] - April 11, 2018 #

  • Added ability to set a custom vibrate pattern on Android

[0.0.3] - April 8, 2018 #

  • Added setLogging method to enable/disable extra logging for help with debugging
  • Added support for Android 8.0+ with ability to create notification channels

[0.0.2] - April 3, 2018 #

  • createNotification parameter "id" is now required and no longer returns anything
  • removeNotification no longer returns anything
  • On Android, the default notification importance is high (was ANDROID_IMPORTANCE_DEFAULT)
  • Fixed exception thrown in createNotification when using Dart 2
  • Android min SDK supported is now 23 (this was always the case, it is now just formerly specified in the project's gradle)

[0.0.1] - March 24, 2018 #

  • Initial release of plugin
  • Below is a table indicating the features supported in this release
Feature Android ios
Create local notification with custom title and content
  • - [x]
  • - [x]
Create local notification with custom actions with custom callbacks
  • - [x]
  • - [x]
Dismiss local notification which is already delivered
  • - [x]
  • - [x]
Create local notification with an image
  • - [x]
  • - [ ]
Create local notification which is undismissable
  • - [x]
  • - [ ]
3
likes
30
pub points
60%
popularity

Publisher

unverified uploader

A flutter plugin for creating local notifications.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on local_notifications