event_scheduler 1.0.0
event_scheduler: ^1.0.0 copied to clipboard
description: A cross-platform event scheduling package for Flutter with support for time-based, count-based, and recurring triggers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add event_schedulerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
event_scheduler: ^1.0.0Alternatively, 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:event_scheduler/event_scheduler.dart';