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

Dart 1 only

A color picker for flutter

flutter_color_picker #

A simple color picker for Flutter

  • Material Primary Colors
  • Material Accents Colors
  • RGB Colors

See usage here #

Basic usage #

 Color color = await showDialog(
          context: context,
          child: new PrimaryColorPickerDialog());

 Color color = await showDialog(
          context: context,
          child: new AccentColorPickerDialog());
0
likes
15
pub points
38%
popularity

Publisher

unverified uploader

A color picker for flutter

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_color_picker