Skip to content

Commit 5d3528a

Browse files
committed
Fix lint warning sort_pub_dependencies
1 parent 58f57b6 commit 5d3528a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/enhanced/pubspec.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,17 @@ dependency_overrides:
3636
path: ../fwfh_webview
3737

3838
dev_dependencies:
39+
40+
# otherwise it will install v1.8.7 which is in fact incompatible with [email protected]
41+
# TODO: remove this when our minimum Flutter version >= 3.24
42+
chewie: ^1.7.5
3943
file:
4044
flutter_test:
4145
sdk: flutter
4246
golden_toolkit: ^0.15.0
4347
lint: any
4448
mocktail: ^1.0.0
4549

46-
47-
# otherwise it will install v1.8.7 which is in fact incompatible with [email protected]
48-
# TODO: remove this when our minimum Flutter version >= 3.24
49-
chewie: ^1.7.5
50-
5150
flutter:
5251
assets:
5352
- test/images/

0 commit comments

Comments
 (0)