virtual_clock 1.0.0-dev.3
virtual_clock: ^1.0.0-dev.3 copied to clipboard
A Flutter package for virtual time manipulation. Speed up, pause, or travel through time to test streaks, bonuses, and other scheduled events.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add virtual_clockThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
virtual_clock: ^1.0.0-dev.3Alternatively, 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:virtual_clock/virtual_clock.dart';