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

Colorus - Multiple Color Pickers

colorus #

Flutter Color Pickers

Features #

  • Runs on all platforms
  • Provides small and easy to use color pickers

Getting started #

Add the latest version of Colorus to the pubspc.yaml file:

flutter:
  colorus: ^0.0.1

Usage #

Use Colorus like this:

ColorusHueSlider
(
color: color,
onChanged: (col) => setState(() => color = col),
),

For other examples see example/main.dart.

1
likes
150
points
170
downloads

Publisher

unverified uploader

Weekly Downloads

Colorus - Multiple Color Pickers

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on colorus