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

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

example/random_users_example.dart

import 'package:random_users/random_users.dart';

main() {
  List<RandomUser> users = getUsers(1000);
  print('Users: ${users.map((user) => user.firstName)}');
}
0
likes
30
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

BSD-3-Clause (LICENSE)

Dependencies

dart2_constant

More

Packages that depend on random_users