virtual_clock 1.0.0-dev.3 copy "virtual_clock: ^1.0.0-dev.3" to clipboard
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_clock

This 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.3

Alternatively, 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';
0
likes
160
points
132
downloads
screenshot

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 other scheduled events.

Repository (GitHub)
View/report issues

Topics

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, shared_preferences

More

Packages that depend on virtual_clock