File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 1.0.3]
4+
5+ - [ #68 ] ( https://github.com/mchome/flutter_colorpicker/issues/68 ) Fix material color picker outline for white color.
6+ - [ #69 ] ( https://github.com/mchome/flutter_colorpicker/issues/69 ) Fix the selector in block color picker in showDialog.
7+
38## [ 1.0.2]
49
510- Fix the slider of hsv color picker in landscape mode.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ packages:
2626 path: ".."
2727 relative: true
2828 source: path
29- version: "1.0.2 "
29+ version: "1.0.3 "
3030 flutter_lints:
3131 dependency: "direct dev"
3232 description:
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ packages:
155155 name: vector_math
156156 url: "https://pub.dartlang.org"
157157 source: hosted
158- version: "2.1.0 "
158+ version: "2.1.1 "
159159sdks:
160- dart: ">=2.12 .0 <3.0.0"
160+ dart: ">=2.14 .0 <3.0.0"
161161 flutter: ">=1.17.0"
Original file line number Diff line number Diff line change 11name : flutter_colorpicker
22description : HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
3- version : 1.0.2
3+ version : 1.0.3
44homepage : https://github.com/mchome/flutter_colorpicker
55
66environment :
You can’t perform that action at this time.
0 commit comments