fake 0.0.4 copy "fake: ^0.0.4" to clipboard
fake: ^0.0.4 copied to clipboard

A Flutter package for generating fake data for testing, prototyping, and seeding databases.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fake

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

dependencies:
  fake: ^0.0.4

Alternatively, 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:fake/fake.dart';
2
likes
155
points
56
downloads
screenshot

Publisher

verified publisherrohitchouhan.com

Weekly Downloads

A Flutter package for generating fake data for testing, prototyping, and seeding databases.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#faker #fake #fake-data #mock-data #random-data

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fake