Skip to content

hlemcke/colorus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Flutter color pickers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages