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 62f66a8 commit df9967f
Showing 1 changed file with 9 additions and 9 deletions.
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: 'A library to create conditional evaluators from JSON or JSON-like
homepage: 'https://github.com/peiffer-innovations/json_conditional'
version: '3.0.1+17'

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

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'

dependencies:
dependencies:
json_class: '^3.0.0+16'
meta: '^1.12.0'

dev_dependencies:
flutter_lints: '^4.0.0'
dev_dependencies:
flutter_lints: '^5.0.0'
test: '^1.25.8'

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 df9967f

Please sign in to comment.