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

A Flutter package for virtual time manipulation and acceleration. Perfect for testing time-based features like streaks, daily bonuses, and scheduled events without waiting in real-time.

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.1

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
158
downloads

Publisher

verified publisherdjoks.dev

Weekly Downloads

A Flutter package for virtual time manipulation and acceleration. Perfect for testing time-based features like streaks, daily bonuses, and scheduled events without waiting in real-time.

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