flan 0.2.19
flan: ^0.2.19 copied to clipboard
Flutter plugin for sending local system-level notifications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flanThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flan: ^0.2.19Alternatively, 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:flan/flan.dart';