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

Colorus - Multiple easy to use Color Pickers / Color Choosers

Colorus #

Flutter Color Choosers with small footprint

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: ^1.1.0

Usage #

Use Colorus like this:

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

For other examples see example/main.dart.

1
likes
160
points
140
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Colorus - Multiple easy to use Color Pickers / Color Choosers

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on colorus