Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maikub/flutter_local_notifications
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
https://github.com/maikub/flutter_local_notifications
android dart flutter flutter-plugin ios macos notifications
Last synced: 7 days ago
JSON representation
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
- Host: GitHub
- URL: https://github.com/maikub/flutter_local_notifications
- Owner: MaikuB
- Created: 2018-03-25T11:35:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T07:02:00.000Z (19 days ago)
- Last Synced: 2025-01-14T01:04:20.174Z (7 days ago)
- Topics: android, dart, flutter, flutter-plugin, ios, macos, notifications
- Language: Dart
- Homepage:
- Size: 7 MB
- Stars: 2,492
- Watchers: 36
- Forks: 1,417
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Flutter Local Notifications plugin
This repository consists hosts the following packages
- [`flutter_local_notifications`](https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications): code for the cross-platform facing plugin used to display local notifications within Flutter applications
- [`flutter_local_notifications_platform_interface`](https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications_platform_interface): the code for the common platform interface
- [`flutter_local_notifications_linux`](https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications_linux): the Linux implementation of [`flutter_local_notifications`](https://pub.dev/packages/flutter_local_notifications)
- [`flutter_local_notifications_windows`](https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications_windows): the Linux implementation of [`flutter_local_notifications`](https://pub.dev/packages/flutter_local_notifications).These can be found in the corresponding directories within the same name. Most developers are likely here as they are looking to use the `flutter_local_notifications` plugin. There is a readme file within each directory with more information.
## Issues
If you run into bugs, please raise them on the GitHub repository. Please do not email them to me as GitHub is the appropriate place for them and allows for members of the community to answer questions, particularly if I miss the email. It would also be much appreciated if they could be limited to actual bugs or feature requests. If you're looking at how you could use the plugin to do a particular kind of notification, check the example app provides detailed code samples for each supported feature. Also try to check the README first in case you have missed something e.g. platform-specific setup.
## Contributing
If you are interested in contributing, please review the [contribution guide](https://github.com/MaikuB/flutter_local_notifications/blob/master/CONTRIBUTING.md)