clock 0.1.2 copy "clock: ^0.1.2" to clipboard
clock: ^0.1.2 copied to clipboard

outdatedDart 1 only

Provides testable replacements for the system clock APIs (`new DateTime.now()` and `new Stopwatch()`).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clock

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

dependencies:
  clock: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:clock/clock.dart';
190
likes
20
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

Provides testable replacements for the system clock APIs (`new DateTime.now()` and `new Stopwatch()`).

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

More

Packages that depend on clock