Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter flutter logo material colorpicker

material color picker is a color picker for flutter, based on the google docs color picker.

highly configurable snackbar by andre haueisen.

flutter #1 material colorpicker

getting started

you can embed into your material app or use it on a dialog like this:

future<color> askedtolead() async => await showdialog(
    context: context,
    child: new simpledialog(
      title: const text('select color'),
      children: <widget>[
        new colorpicker(
          type: materialtype.transparency,
          oncolor: (color) {
            navigator.pop(context, color);
          },
          currentcolor: startcolor,
        ),
      ],
    ),
  );

download the full project for this post from the following button

this source is fully free for all time

download as zip


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top