Skip to content

Commit f82ab07

Browse files
author
Github-actions
committed
Automatic linting
1 parent f7ac8b7 commit f82ab07

File tree

2 files changed

+15
-45
lines changed

2 files changed

+15
-45
lines changed

lib/widgets/nutrition/widgets.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ class _IngredientTypeaheadState extends State<IngredientTypeahead> {
8282
decoration: InputDecoration(
8383
prefixIcon: const Icon(Icons.search),
8484
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,
8688
),
8789
),
8890
suggestionsCallback: (pattern) async {

pubspec.lock

Lines changed: 12 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -121,46 +121,6 @@ packages:
121121
url: "https://pub.dev"
122122
source: hosted
123123
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"
164124
carousel_slider:
165125
dependency: "direct main"
166126
description:
@@ -796,14 +756,22 @@ packages:
796756
url: "https://pub.dev"
797757
source: hosted
798758
version: "2.1.0"
799-
package_info:
759+
package_info_plus:
800760
dependency: "direct main"
801761
description:
802-
name: package_info
803-
sha256: "6c07d9d82c69e16afeeeeb6866fe43985a20b3b50df243091bfc4a4ad2b03b75"
762+
name: package_info_plus
763+
sha256: "8df5ab0a481d7dc20c0e63809e90a588e496d276ba53358afc4c4443d0a00697"
804764
url: "https://pub.dev"
805765
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"
807775
path:
808776
dependency: transitive
809777
description:

0 commit comments

Comments
 (0)