zuke_runner 0.3.1
zuke_runner: ^0.3.1 copied to clipboard
Compatibility package for the deterministic runner now provided by zuke.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zuke_runnerWith Flutter:
$ flutter pub add zuke_runnerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zuke_runner: ^0.3.1Alternatively, 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:zuke_runner/zuke_runner.dart';