mocky 0.1.2
mocky: ^0.1.2 copied to clipboard
A clean, extensible data generator for tests, demos, and mock data. Supports multiple locales (Ukrainian, US) with words, names, phone numbers, and emails.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mockyWith Flutter:
$ flutter pub add mockyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mocky: ^0.1.2Alternatively, 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:mocky/mocky.dart';