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

outdated

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

data_faker #

Pub Version

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

Installation #

  1. Add this to your packages pubspec.yaml file:
dependencies:
  auth_buttons: ^0.0.2
  1. Install it You can install it from the command line:
$ flutter pub get
  1. Import it Now in Dart code, you can use:
import 'package:data_faker/data_faker.dart';

Usage #

A simple usage example:

import 'package:data_faker/data_faker.dart';

void main() {
  Name name = Name(charCount: 3, textCase: TextCase.lower);
  print(name.name);
}

You'll get one of those names [leo, max, kai], if you are using VSCode hover over parameters will show you a simple documentation of this parameter, if you're using Android Studio click on ctrl + Q on windows on Mac click command + Q.

0
likes
0
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

License

unknown (LICENSE)

More

Packages that depend on data_faker