virtual_clock 1.0.0-dev.2 copy "virtual_clock: ^1.0.0-dev.2" to clipboard
virtual_clock: ^1.0.0-dev.2 copied to clipboard

A Flutter package for virtual time manipulation. Speed up, pause, or travel through time to test streaks, bonuses, and scheduled other events.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add virtual_clock

With Flutter:

 $ flutter pub add virtual_clock

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  virtual_clock: ^1.0.0-dev.2

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
132
downloads

Publisher

verified publisherdjoks.dev

Weekly Downloads

A Flutter package for virtual time manipulation. Speed up, pause, or travel through time to test streaks, bonuses, and scheduled other events.

Repository (GitHub)
View/report issues

Topics

#time #testing #virtual-time #clock #debugging

License

unknown (license)

Dependencies

flutter, intl, shared_preferences

More

Packages that depend on virtual_clock