data_faker 0.0.5 copy "data_faker: ^0.0.5" to clipboard
data_faker: ^0.0.5 copied to clipboard

A dart library for generating a fake data. This library make your life easier, also it's very customizable.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add data_faker

With Flutter:

 $ flutter pub add data_faker

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

dependencies:
  data_faker: ^0.0.5

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:data_faker/data_faker.dart';
0
likes
140
pub points
49%
popularity

Publisher

unverified uploader

A dart library for generating a fake data. This library make your life easier, also it's very customizable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on data_faker