Skip to content

Commit 8902137

Browse files
chore(battery_plus): flutter_lints to ^4.0.0 (#2968)
1 parent 0511a6a commit 8902137

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/battery_plus/battery_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev_dependencies:
1717
sdk: flutter
1818
integration_test:
1919
sdk: flutter
20-
flutter_lints: ^3.0.1
20+
flutter_lints: ^4.0.0
2121

2222
flutter:
2323
uses-material-design: true

packages/battery_plus/battery_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev_dependencies:
3737
flutter_test:
3838
sdk: flutter
3939
async: ^2.10.0
40-
flutter_lints: ">=2.0.1 <4.0.0"
40+
flutter_lints: ^4.0.0
4141
mockito: ^5.4.0
4242
plugin_platform_interface: ^2.1.4
4343

packages/battery_plus/battery_plus_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ">=2.0.1 <4.0.0"
20+
flutter_lints: ^4.0.0

0 commit comments

Comments
 (0)