Skip to content

Commit

Permalink
build: update flutter_lints version
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Dec 19, 2024
1 parent 98a575a commit c8595b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "5.0.0"
flutter_localizations:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -272,10 +272,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
sha256: "4a16b3f03741e1252fda5de3ce712666d010ba2122f8e912c94f9f7b90e1a4c3"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "5.1.0"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
form_builder_validators: ^11.0.0

dev_dependencies:
flutter_lints: ^4.0.0
flutter_lints: ">=5.0.0 <6.0.0"
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies:
flutter_rating_bar: ^4.0.1

dev_dependencies:
flutter_lints: ">=4.0.0 <6.0.0"
flutter_lints: ">=5.0.0 <6.0.0"
flutter_test:
sdk: flutter

0 comments on commit c8595b5

Please sign in to comment.