Skip to content

Commit

Permalink
chore(battery_plus): flutter_lints to ^4.0.0 (#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored May 30, 2024
1 parent 0511a6a commit 8902137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^4.0.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
async: ^2.10.0
flutter_lints: ">=2.0.1 <4.0.0"
flutter_lints: ^4.0.0
mockito: ^5.4.0
plugin_platform_interface: ^2.1.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=2.0.1 <4.0.0"
flutter_lints: ^4.0.0

0 comments on commit 8902137

Please sign in to comment.