flutter_material_color_picker 1.2.0 copy "flutter_material_color_picker: ^1.2.0" to clipboard
flutter_material_color_picker: ^1.2.0 copied to clipboard

Material color picker with some possible customizations for Flutter apps

CHANGELOG #

1.2.0 #

  • Can be a break change: Change to use a Wrap rather than a GridView (See this PR)

1.1.0+2 #

1.1.0+1 #

  • Re-create projet to update all secondary files. Example app can now be run on web.

1.1.0 #

  • Migrate to null safety (See this PR)
  • Can be a break change: Default shrinkWrap to true (See this PR)
  • Can be a break change: Callback onColorChange of CircleColor widget now has the color in parameter (See this issue)

1.0.5 #

  • Fix issue with elevation property that cause crashes

1.0.4 #

1.0.3 #

  • Add onBack callback to catch back button press (See this issue)
  • Fix color shade order mistake (Thanks to @pczn0327)
  • Code improvement

1.0.2 #

  • Add spacing option, to define the minimum space between each color
  • Add spacing value in the calculation to determine the number of color to display per line
  • Remove padding added on shades by this PR
  • You should CHECK SIZE of colors, it could be changed with this update :/

1.0.1 #

  • Add onlyShadeSelection option, to have only shade changes callback (Thanks @peyter213)
  • Add predefined colors (accents and full material colors), since this issue
  • Improve code and update example

1.0.0 #

  • Code improvement
  • Move to stable version 1.0.0

0.0.5 #

  • Add allowShades property

0.0.4 #

  • Fix icon on selected color
  • Force icon's color (if light color set black icon, and if dark color set white icon)

0.0.3+1 #

  • Edit README

0.0.3 #

  • Improve design (use GridView)
  • Add (customizable) icon on CircleColor when selected

0.0.2 #

  • Add support of ColorSwatch and not MaterialColor
  • Fix bug of colors null
  • Fix bug if you just press main color, and not shade color, the change event not called
  • Improve code

0.0.1 #

  • Initial release
118
likes
130
pub points
96%
popularity

Publisher

unverified uploader

Material color picker with some possible customizations for Flutter apps

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_material_color_picker