mocky 0.1.2 copy "mocky: ^0.1.2" to clipboard
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 mocky

With Flutter:

 $ flutter pub add mocky

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

dependencies:
  mocky: ^0.1.2

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:mocky/mocky.dart';
2
likes
160
points
160
downloads

Publisher

verified publisheravdonin.dev

Weekly Downloads

A clean, extensible data generator for tests, demos, and mock data. Supports multiple locales (Ukrainian, US) with words, names, phone numbers, and emails.

Repository (GitHub)
View/report issues

Topics

#fake-data #words-generator #phone-generator #email-generator #name-generator

Documentation

API reference

License

MIT (license)

More

Packages that depend on mocky