flutter_local_notifications
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux (by MaikuB)
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond (by flutter)
flutter_local_notifications | Flutter | |
---|---|---|
6 | 1,250 | |
2,527 | 169,123 | |
1.0% | 0.5% | |
8.6 | 10.0 | |
23 days ago | 5 days ago | |
Dart | Dart | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flutter_local_notifications
Posts with mentions or reviews of flutter_local_notifications.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-14.
- Handling Firebase Notifications in Flutter: Practical Tips
- A chat notification
-
Alarm App Help: Draw over other apps
For those who are interested, I have a workaround using the local_notifications_plugin. First of all, fullScreenIntent needs to be turned on. This will launch the application in a full-screen mode if the app isn't currently in use (i.e. the phone is locked). The next thing is to follow: https://github.com/MaikuB/flutter_local_notifications/issues/99 To quickly explain: using getNotificationAppLaunchDetails() in the main() method of your app launch, you can return a boolean on whether the app was launched through the notification. This allows you to route the app like this:
- How to create local notifications
- How to Navigate to certain screen of app after tapping on notification.
-
Flutter or native (IOS/Android) from a client perspective
running dart code in background while the app is terminated (e.g. notifications plugin is blocked by flutter https://github.com/MaikuB/flutter_local_notifications/issues/17)
Flutter
Posts with mentions or reviews of Flutter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-10.
-
🚀 iOS vs Android Development: Which One Should You Learn First? (The Truth No One Tells You!)
🎯 Still confused? Start with Flutter, which lets you build both iOS & Android apps with one codebase! Check it out here
-
Writing and Reading NFC in Flutter | Comprehensive Guide
Flutter provides robust support for NFC through third-party packages, making implementation seamless.
-
Deploy Flutter Web App to Vercel
if cd flutter; then git pull && cd .. ; else git clone https://github.com/flutter/flutter.git; fi && ls && flutter/bin/flutter doctor && flutter/bin/flutter clean && flutter/bin/flutter config --enable-web
-
Flutter x Amplify AI Kit Recipe App Development
$ flutter --version Flutter 3.27.4 • channel stable • https://github.com/flutter/flutter.git Framework • revision d8a9f9a52e (9 days ago) • 2025-01-31 16:07:18 -0500 Engine • revision 82bd5b7209 Tools • Dart 3.6.2 • DevTools 2.40.3 $ node --version v20.18.1 $ npm --version 10.8.2
-
Building cost-effective AI-driven MVPs with Flutter development services
Flutter is a powerful, popular, and open-source platform known for its developer-friendly environment, wide ecosystem of libraries, extensions and other tools. A key feature of Flutter app development services is that it promotes the development of cross-platform applications without needing to build or write two or three different codebases.
-
Google discontinuing work on Dart macros
IMO it would make the most sense if code generation was integral part of the dart build system. Few years ago I described shortcomings of build_runner on github https://github.com/flutter/flutter/issues/63323, not much changed afaik.
-
The Mobile Development Tech Stack for 2025
Flutter Official Website
-
2025’s Must-Know Tech Stacks
Flutter
-
How to Build a CRUD Application Using Flutter & Strapi
In this tutorial, I'll show you how to build a full-featured mobile CRUD application with Flutter and Strapi 5.
-
React v19 has been released
I don't agree but if you're looking for something that renderers everything in a canvas it's called Flutter https://flutter.dev/, and strangely it's made by Google, even though Flutter's success means the end of scraping the web for search.
What are some alternatives?
When comparing flutter_local_notifications and Flutter you can also consider the following projects:
isar - Extremely fast, easy to use, and fully async NoSQL database for Flutter
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
flutter-permission-handler - Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
dioxus - Fullstack app framework for web, desktop, mobile, and more.
flutter_tts - Flutter Text to Speech package
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS