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

A dart package for generating a random number

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add random_generator

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

dependencies:
  random_generator: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:random_generator/random_generator.dart';
0
likes
10
pub points
21%
popularity

Publisher

unverified uploader

A dart package for generating a random number

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, test

More

Packages that depend on random_generator