random_users 0.0.1 copy "random_users: ^0.0.1" to clipboard
random_users: ^0.0.1 copied to clipboard

outdatedDart 1 only

Just a static list of Random Users to be used for for all things.

Random Users #

Just a static list of Random Users to be used for for all things.

Usage #

import 'package:random_users/random_users.dart';

// get the same 1000 users every time.
List<RandomUser> users = getUsers(1000);
print('Users: ${users.map((user) => user.firstName)}');

Development #

Random Users leverages the dart_dev package for most of its tooling needs, including static analysis, code formatting, running tests, collecting coverage, and serving examples. Check out the dart_dev readme for more information.

Testing - pub run dart_dev test

Formatting - pub run dart_dev format

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Just a static list of Random Users to be used for for all things.

Repository
View/report issues

License

unknown (LICENSE)

More

Packages that depend on random_users