File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ packages:
127127 path: ".."
128128 relative: true
129129 source: path
130- version: "3.2.3 "
130+ version: "3.3.0 "
131131 flex_seed_scheme:
132132 dependency: transitive
133133 description:
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ void main() {
408408 //
409409 testWidgets (
410410 'CPI1.4: Finds custom-3 ColorPicker() using custom colors '
411- 'and tonal palette' , (WidgetTester tester) async {
411+ 'and tonal palette and same size tonal ' , (WidgetTester tester) async {
412412 await tester.pumpWidget (
413413 TestWidget (
414414 widget: ColorPicker (
@@ -429,6 +429,7 @@ void main() {
429429 crossAxisAlignment: CrossAxisAlignment .start,
430430 enableOpacity: true ,
431431 enableTonalPalette: true ,
432+ tonalColorSameSize: true ,
432433 opacityTrackHeight: 40 ,
433434 opacityThumbRadius: 25 ,
434435 opacityTrackWidth: 300 ,
You can’t perform that action at this time.
0 commit comments