Skip to content

Commit 74f658d

Browse files
author
Nguyễn Tuấn Việt
committed
fix(ci): downgrade flutter_lints ^6.0.0 → ^5.0.0 for Dart 3.7.x compatibility
Flutter 3.29.2 ships with Dart 3.7.2. flutter_lints 6.x requires Dart ^3.8.0 — pub get fails on the pinned CI runner. flutter_lints 5.x requires Dart >=3.2.0, compatible with Dart 3.7.x. Affected: root, hyper_render_clipboard, hyper_render_highlight, hyper_render_html, hyper_render_markdown. hyper_render_core was already on ^3.0.0 — unchanged.
1 parent 085ebfd commit 74f658d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/hyper_render_clipboard/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ dependencies:
3030
dev_dependencies:
3131
flutter_test:
3232
sdk: flutter
33-
flutter_lints: ^6.0.0
33+
flutter_lints: ^5.0.0

packages/hyper_render_highlight/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ dependencies:
2929
dev_dependencies:
3030
flutter_test:
3131
sdk: flutter
32-
flutter_lints: ^6.0.0
32+
flutter_lints: ^5.0.0

packages/hyper_render_html/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ dependencies:
3131
dev_dependencies:
3232
flutter_test:
3333
sdk: flutter
34-
flutter_lints: ^6.0.0
34+
flutter_lints: ^5.0.0

packages/hyper_render_markdown/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ dependencies:
2929
dev_dependencies:
3030
flutter_test:
3131
sdk: flutter
32-
flutter_lints: ^6.0.0
32+
flutter_lints: ^5.0.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dev_dependencies:
8383
sdk: flutter
8484

8585
# Linting
86-
flutter_lints: ^6.0.0
86+
flutter_lints: ^5.0.0
8787

8888
# Mocking for tests
8989
mockito: ^5.4.4

0 commit comments

Comments
 (0)