File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ class Dropdown<T> extends StatelessWidget {
71
71
: null ,
72
72
),
73
73
menuItemStyleData: MenuItemStyleData (
74
- height: 42 ,
75
74
padding: EdgeInsets .zero,
76
75
),
77
76
items: items.map ((itemData) {
@@ -91,8 +90,9 @@ class Dropdown<T> extends StatelessWidget {
91
90
),
92
91
),
93
92
];
94
- return DropdownMenuItem <T >(
93
+ return DropdownItem <T >(
95
94
value: itemData.value,
95
+ height: 42 ,
96
96
child: Stack (
97
97
alignment: AlignmentDirectional .bottomStart,
98
98
children: [
Original file line number Diff line number Diff line change @@ -140,12 +140,11 @@ packages:
140
140
dropdown_button2:
141
141
dependency: "direct main"
142
142
description:
143
- path: "."
144
- ref: HEAD
145
- resolved-ref: "81499508deb9fea0e54eeee82283e073fb0c96f4"
146
- url: "https://github.com/sparcs-kaist/dropdown_button2.git"
147
- source: git
148
- version: "2.3.7"
143
+ name: dropdown_button2
144
+ sha256: a60c69cfe075b3b57cbecf163e629e05a5ac7057b9659494f6b80c1960fc7426
145
+ url: "https://pub.dev"
146
+ source: hosted
147
+ version: "3.0.0-beta.4"
149
148
easy_localization:
150
149
dependency: "direct main"
151
150
description:
Original file line number Diff line number Diff line change @@ -39,14 +39,11 @@ dependencies:
39
39
open_app_file : ^4.0.2
40
40
flutter_native_splash : ^2.3.2
41
41
mailto : ^2.0.0
42
+ dropdown_button2 : ^3.0.0-beta.4
42
43
# Firebase
43
44
firebase_core : ^2.8.0
44
45
firebase_analytics : ^10.1.6
45
46
firebase_crashlytics : ^3.0.17
46
- # Forked
47
- dropdown_button2 :
48
- git :
49
- url : https://github.com/sparcs-kaist/dropdown_button2.git
50
47
51
48
dev_dependencies :
52
49
test : ^1.19.5
You can’t perform that action at this time.
0 commit comments