Skip to content

Commit

Permalink
Update flutter lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Nov 11, 2024
1 parent 7055892 commit c9ee1e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
path: '../'

dev_dependencies:
flutter_lints: '^4.0.0'
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'

Expand All @@ -34,8 +34,8 @@ permittedLicenses:
# detect the built in Flutter packages because they aren't published to pub.dev
# and do not have a LICENSE file in their respective folders. So this section
# informs the license_checker that all the built in Flutter packages all have
# the same BSD-3-Clause license as Flutter itself.
packageLicenseOverride:
# the same BSD-3-Clause license as Flutter itself.
packageLicenseOverride:
flutter: BSD-3-Clause
flutter_driver: BSD-3-Clause
flutter_goldens: BSD-3-Clause
Expand Down
18 changes: 9 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ description: 'Validators that can be used directly via code or constructed from
version: '3.1.1+8'
homepage: 'https://github.com/peiffer-innovations/form_validation'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
intl: '^0.19.0'
json_class: '^3.0.0+16'
meta: '^1.12.0'

dev_dependencies:
flutter_lints: '^4.0.0'
flutter_test:
dev_dependencies:
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'

permittedLicenses:
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
Expand All @@ -27,7 +27,7 @@ permittedLicenses:
- 'MPL-2.0'
- 'Zlib'

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
Expand All @@ -38,7 +38,7 @@ packageLicenseOverride:
integration_test: 'BSD-3-Clause'
rxdart: 'Apache-2.0'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit c9ee1e2

Please sign in to comment.