fluttercolorpicker

June 27, 2017 ยท View on GitHub

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());