random_data 1.5.9 copy "random_data: ^1.5.9" to clipboard
random_data: ^1.5.9 copied to clipboard

Generates random numbers, dates, strings, characters, names, durations, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add random_data

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

dependencies:
  random_data: ^1.5.9

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:random_data/random_data.dart';
2
likes
30
pub points
25%
popularity

Publisher

unverified uploader

Generates random numbers, dates, strings, characters, names, durations, etc.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

english_words, faker, random_words, string_unescape

More

Packages that depend on random_data