fake 0.0.3 copy "fake: ^0.0.3" to clipboard
fake: ^0.0.3 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 Dart:

 $ dart pub add fake

With Flutter:

 $ flutter pub add fake

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

dependencies:
  fake: ^0.0.3

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

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

Topics

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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fake