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

discontinued
outdated

A flutter plugin for creating local notifications.

[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
0
pub points
61%
popularity

Publisher

unverified uploader

A flutter plugin for creating local notifications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on local_notifications