Skip to content

Commit

Permalink
chore(connectivity_plus): flutter_lints to ^4.0.0 (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored May 30, 2024
1 parent 8902137 commit 1985272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev_dependencies:
integration_test:
sdk: flutter
test: ^1.16.4
flutter_lints: ^3.0.1
flutter_lints: ^4.0.0

flutter:
uses-material-design: true
4 changes: 2 additions & 2 deletions packages/connectivity_plus/connectivity_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ flutter:
ios:
pluginClass: ConnectivityPlusPlugin
sharedDarwinSource: true

linux:
dartPluginClass: ConnectivityPlusLinuxPlugin
macos:
Expand Down Expand Up @@ -48,7 +48,7 @@ dev_dependencies:
sdk: flutter
build_runner: ^2.3.3
dbus: ^0.7.8
flutter_lints: ">=2.0.2 <4.0.0"
flutter_lints: ^4.0.0
mockito: ^5.4.0
plugin_platform_interface: ^2.1.5
test: ^1.22.0
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 1985272

Please sign in to comment.