Skip to content

Commit 868264f

Browse files
committed
Downgrade flutter_lints to 5.0.0 for CI compatibility
- flutter_lints 6.0.0 requires Dart SDK ^3.8.0 - Flutter 3.27.1 ships with Dart 3.6.0 - Downgrade to flutter_lints 5.0.0 for compatibility - All tests still passing (118/118)
1 parent 7cab03d commit 868264f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
dev_dependencies:
2525
flutter_test:
2626
sdk: flutter
27-
flutter_lints: ^6.0.0
27+
flutter_lints: ^5.0.0
2828

2929
executables:
3030
magic: magic

0 commit comments

Comments
 (0)