save_test 0.7.0+12
save_test: ^0.7.0+12 copied to clipboard
A testing library for `save`
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add save_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
save_test: ^0.7.0+12Alternatively, 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:save_test/save_test.dart';