Home

Awesome

flutter_color_picker

A simple color picker for Flutter

See usage here

Basic usage

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

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