Skip to content

Commit

Permalink
Bump flutter_lints to 3.0.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal authored Jan 22, 2024
1 parent 0284455 commit 47dbe8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion update_available/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
update_available_platform_interface: ^4.0.0

dev_dependencies:
flutter_lints: ^2.0.2
flutter_lints: ^3.0.1

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion update_available_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
update_available_platform_interface: ^4.0.0

dev_dependencies:
flutter_lints: ^2.0.2
flutter_lints: ^3.0.1

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion update_available_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
flutter_lints: ^3.0.1
test: ^1.24.0

flutter:
Expand Down
2 changes: 1 addition & 1 deletion update_available_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
plugin_platform_interface: ^2.1.4

dev_dependencies:
flutter_lints: ^2.0.2
flutter_lints: ^3.0.1

0 comments on commit 47dbe8e

Please sign in to comment.