alarm2 3.1.53
alarm2: ^3.1.53 copied to clipboard
A simple Flutter alarm manager plugin for both iOS and Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add alarm2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
alarm2: ^3.1.53Alternatively, 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:alarm2/alarm2.dart';