flutter_material_color_picker 1.0.3 flutter_material_color_picker: ^1.0.3 copied to clipboard
Material color picker with some possible customizations for Flutter apps
CHANGELOG #
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