File tree Expand file tree Collapse file tree 2 files changed +15
-45
lines changed Expand file tree Collapse file tree 2 files changed +15
-45
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ class _IngredientTypeaheadState extends State<IngredientTypeahead> {
82
82
decoration: InputDecoration (
83
83
prefixIcon: const Icon (Icons .search),
84
84
labelText: AppLocalizations .of (context).searchIngredient,
85
- suffixIcon: (widget._showScanner || Platform .isLinux || Platform .isMacOS) ? scanButton () : null ,
85
+ suffixIcon: (widget._showScanner || Platform .isLinux || Platform .isMacOS)
86
+ ? scanButton ()
87
+ : null ,
86
88
),
87
89
),
88
90
suggestionsCallback: (pattern) async {
Original file line number Diff line number Diff line change @@ -121,46 +121,6 @@ packages:
121
121
url: "https://pub.dev"
122
122
source: hosted
123
123
version: "8.4.4"
124
- camera:
125
- dependency: "direct main"
126
- description:
127
- name: camera
128
- sha256: ad1c53c554a2f3e5708f3b01eb738d60b902bb61f7f4ad420c65c715e65a7379
129
- url: "https://pub.dev"
130
- source: hosted
131
- version: "0.10.3+2"
132
- camera_android:
133
- dependency: transitive
134
- description:
135
- name: camera_android
136
- sha256: "772c111c78f31f868b98dbf6dbeda8d6ff77acea773a92ea5705ee2f7949ebfb"
137
- url: "https://pub.dev"
138
- source: hosted
139
- version: "0.10.5"
140
- camera_avfoundation:
141
- dependency: transitive
142
- description:
143
- name: camera_avfoundation
144
- sha256: "7ac8b950672716722af235eed7a7c37896853669800b7da706bb0a9fd41d3737"
145
- url: "https://pub.dev"
146
- source: hosted
147
- version: "0.9.13+1"
148
- camera_platform_interface:
149
- dependency: transitive
150
- description:
151
- name: camera_platform_interface
152
- sha256: "525017018d116c5db8c4c43ec2d9b1663216b369c9f75149158280168a7ce472"
153
- url: "https://pub.dev"
154
- source: hosted
155
- version: "2.5.0"
156
- camera_web:
157
- dependency: transitive
158
- description:
159
- name: camera_web
160
- sha256: d77965f32479ee6d8f48205dcf10f845d7210595c6c00faa51eab265d1cae993
161
- url: "https://pub.dev"
162
- source: hosted
163
- version: "0.3.1+3"
164
124
carousel_slider:
165
125
dependency: "direct main"
166
126
description:
@@ -796,14 +756,22 @@ packages:
796
756
url: "https://pub.dev"
797
757
source: hosted
798
758
version: "2.1.0"
799
- package_info :
759
+ package_info_plus :
800
760
dependency: "direct main"
801
761
description:
802
- name: package_info
803
- sha256: "6c07d9d82c69e16afeeeeb6866fe43985a20b3b50df243091bfc4a4ad2b03b75 "
762
+ name: package_info_plus
763
+ sha256: "8df5ab0a481d7dc20c0e63809e90a588e496d276ba53358afc4c4443d0a00697 "
804
764
url: "https://pub.dev"
805
765
source: hosted
806
- version: "2.0.2"
766
+ version: "3.0.3"
767
+ package_info_plus_platform_interface:
768
+ dependency: transitive
769
+ description:
770
+ name: package_info_plus_platform_interface
771
+ sha256: "9bc8ba46813a4cc42c66ab781470711781940780fd8beddd0c3da62506d3a6c6"
772
+ url: "https://pub.dev"
773
+ source: hosted
774
+ version: "2.0.1"
807
775
path:
808
776
dependency: transitive
809
777
description:
You can’t perform that action at this time.
0 commit comments