Skip to content

Commit

Permalink
feat: allow latest flutter_lints version (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha authored May 18, 2024
1 parent 8323f55 commit f27bcab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependency_overrides:
path: ..

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: '>=3.0.0 <5.0.0'
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion maplibre_gl_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
meta: ^1.0.5

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: '>=3.0.0 <5.0.0'

environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion maplibre_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependency_overrides:
path: ../maplibre_gl_platform_interface

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: '>=3.0.0 <5.0.0'

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
ref: main

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: '>=3.0.0 <5.0.0'

dependency_overrides:
maplibre_gl_platform_interface:
Expand Down
2 changes: 1 addition & 1 deletion scripts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
recase: ^4.0.0

dev_dependencies:
flutter_lints: ^4.0.0
flutter_lints: '>=3.0.0 <5.0.0'

0 comments on commit f27bcab

Please sign in to comment.