Top Flutter Color Picker and Utilities packages Color Picker or Color Selector is a widget that allows users to select a color from a palette. The widget can be customized to display various color models (RGB, HSL, CMYK, etc.), and also allows for the selection of a custom color. The complete list of Flutter Color Picker, Color Selector, Color Palette and other Color Utility packages is provided below.
flutter_colorpicker
890
HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
flex_color_picker
471
A customizable Flutter primary, accent and custom color picker. Includes an optional HSV wheel color picker.
hexcolor
320
Brings HexColor for your dart and flutter projects, convert material colors to hex colors
material_color_utilities
211
Algorithms and utilities that power the Material Design 3 color system, including choosing theme colors from images and creating tones of colors; all in a new color space.
random_color
152
Generate random colors from hue, saturation and brightness that are visualy appearing. You can chose exact color specifications.
ansicolor
137
Looking to add some color to your terminal logs? 'ansicolor' is an xterm-256 color support library that lets you change the foreground and background color of your text.
flutter_material_color_picker
122
Material color picker with some possible customizations for Flutter apps
cyclop
54
An experimental flutter colorpicker with an optional eyedropper tool ( Material colors swatches, AHSL, ARGB and custom swatches library )
flutter_brand_palettes
41
A collection of elegant, declarative classes for the color palettes of popular brands and companies.
flutter_hsvcolor_picker
40
A HSV color picker inspired by chrome devtools and a material color picker for your flutter app.
color_thief_flutter
37
Grab the color palette from an image, the Flutter implementation of color-thief.
rainbow_color
34
Simplified multi-color interpolation. Map a numerical domain to a smooth-transitioning color range.
color
31
A simple Dart package exposing a Color class which can be used to create, convert, alter, and compare colors in a variety of colorspaces.
flutter_color_models
30
A set of classes representing the CMYK, HSI, HSL, HSP, HSB, LAB, Oklab, RGB, and XYZ color spaces with methods to convert colors between each space.
flutter_randomcolor
29
A flutter package for generating attractive random colors. it can be used for data visualization, generative and lot more.
strcolor
25
Flutter package to convert color names to Color in Flutter. Offers a handful way to use colors by their names instead of using Colors constants.
colours
23
An extended version of Flutter Colors with more swatches and more flexibility to generate your own custom swatch.
pick_color
23
A Flutter package which allow you to extract color and hexcode from image with simple touch.
a_colors
22
A new Flutter package contains 140 colors. By adding this to your Flutter application, you can avoid hardcode colors.
eo_color
21
An elegant, object-oriented implementation of the color palettes and swatches of the Material Design standard; an alternative to Flutter's built-in colors.
from_css_color
19
Creates Color instance from CSS color string according to CSS Color Module Level 3 Specification.
color_picker_field
16
Color Picker field for Material and Cupertino, including a Radial Color picker(Hue based)
web_color_picker
7
This package allows you use the native web browser color picker in your Flutter Web app.
ncscolor
4
A simple Dart package to convert NCS-color to his RGB, HSL, and HEX value and used to convert RGB to HSL and RGB to HEX.
replace_palette
2
Replaces the color palette in an image, respecting the color models. The easy-to-use and well-tested package.