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
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A color picker for flutter

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_color_picker