Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Sep 10, 2024
1 parent fb913a6 commit fa0a9fc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions json_dynamic_widget/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: 'json_dynamic_widget'
description: 'A library to dynamically generate widgets within Flutter from JSON or other Map-like structures.'
repository: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/json_dynamic_widget'
version: '7.2.2+1'
version: '7.3.0'

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

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

dependencies:
dependencies:
child_builder: '^2.0.2'
collection: '^1.17.1'
dynamic_widget_annotation: '^1.1.2+6'
execution_timer: '^1.1.0+7'
flutter:
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+8'
interpolation: '^2.1.2'
Expand All @@ -30,18 +30,18 @@ dependencies:
yaml_writer: '^2.0.0'
yaon: '^1.1.4+10'

dev_dependencies:
dev_dependencies:
build_runner: '^2.4.12'
flutter_lints: '^4.0.0'
flutter_test:
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+5'

dependency_overrides:
json_dynamic_widget_codegen:
dependency_overrides:
json_dynamic_widget_codegen:
path: '../codegen'

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

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

Please sign in to comment.