Skip to content

Commit

Permalink
Allow newer flutter_lints versions (#1658)
Browse files Browse the repository at this point in the history
This PR fixes #1657 by tweaking the `pubspec.yaml` file.

Once this change is implemented, developers who use this plugin won't be
prevented from using new linting features.
  • Loading branch information
nate-thegrate committed Mar 27, 2024
1 parent d47b236 commit 5a690a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter_lints: '>=1.0.0'
build_runner: ^2.1.7
json_serializable: ^6.1.1
ffigen: ^4.1.2
Expand Down

0 comments on commit 5a690a3

Please sign in to comment.