colorlizer 0.0.3 copy "colorlizer: ^0.0.3" to clipboard
colorlizer: ^0.0.3 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add colorlizer

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

dependencies:
  colorlizer: ^0.0.3

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:colorlizer/colorlizer.dart';
6
likes
90
pub points
81%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on colorlizer