djangoflow_local_notification 0.0.2
djangoflow_local_notification: ^0.0.2 copied to clipboard
A streamlined and flexible local notification solution for Flutter mobile apps, seamlessly integrated with DjangoFlow framework to enable dynamic notification actions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add djangoflow_local_notificationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
djangoflow_local_notification: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:djangoflow_local_notification/djangoflow_local_notification.dart';