randomizer_null_safe 0.1.6 copy "randomizer_null_safe: ^0.1.6" to clipboard
randomizer_null_safe: ^0.1.6 copied to clipboard

Flutter package which helps in picking random color, random element from list, random numbers, random doubles and many more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add randomizer_null_safe

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

dependencies:
  randomizer_null_safe: ^0.1.6

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:randomizer_null_safe/randomizer_null_safe.dart';
4
likes
140
points
215
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package which helps in picking random color, random element from list, random numbers, random doubles and many more.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on randomizer_null_safe