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 c5eaa86 commit 7037acd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ description: 'A plugin to the JSON Dynamic Widget to provide SVG support to the
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_svg'
version: '4.0.0+25'

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

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'

dependencies:
dependencies:
child_builder: '^2.0.2'
flutter:
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.10+1'
json_class: '^3.0.0+16'
Expand All @@ -24,17 +24,17 @@ dependencies:
uuid: '^4.4.2'
websafe_svg: '^3.0.1+2'

false_secrets:
false_secrets:
- 'example/web/index.html'

dev_dependencies:
dev_dependencies:
build_runner: '^2.4.11'
flutter_lints: '^4.0.0'
flutter_test:
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+4'

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

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
Expand All @@ -54,7 +54,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 7037acd

Please sign in to comment.