The Flutter Local Notification App is built using Flutter.
Notifications are an essential component of many apps. Local notifications in particular have many use cases, though most commonly they're used to create scheduled reminders. There is an endless variety of apps you can make with this as a core or an additional feature. Notifications are platform specific and require us to tap into native code to create them. Fortunately, we don’t have to become native developers to implement them into Flutter apps. Thanks to the powerful Awesome Notifications plugin, we can create notifications for iOS and Android with minimal effort!
The Flutter Local Notification is an mobile app that can display local notifications and scheduled notifications.
This app was created to practice Flutter Local Notification.
- Local Notification
- Scheduled Local Notification
Language: Dart
UI: Material UI
Other Components Used
- (Check
pubspec.yaml
for more)
- Download or clone project and open the project in VS Code
- Run flutter get to download all dependencies
- Connect your Android phone or use the emulator to start the application
Flutter Awesome Notifications - Create Local Notifications With Ease (https://www.youtube.com/watch?v=JAq9fVn3X7U). Course developed by Reso Coder. Check out channel: (https://www.youtube.com/@ResoCoder).