Skip to content

Commit

Permalink
Merge pull request #103 from peiffer-innovations/dart_update_17325896…
Browse files Browse the repository at this point in the history
…66808

BOT: Dart Dependency Updater
  • Loading branch information
jpeiffer authored Nov 30, 2024
2 parents 767bb7b + 8341ab6 commit 8b80af1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 25 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.0.1] - November 30th, 2024

* dependency updates


## [4.0.0+25] - November 26, 2024

* Automated dependency updates


## [4.0.0+24] - July 23, 2024

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ void main() async {

class ExampleWidgetPage extends StatelessWidget {
const ExampleWidgetPage({
Key? key,
super.key,
required this.data,
}) : super(key: key);
});

final JsonWidgetData data;

Expand Down
30 changes: 15 additions & 15 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
name: 'example'
description: 'Example app for the JsonDynamicWidget library'
publish_to: 'none'
version: '1.0.0+19'
version: '1.0.0+20'

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

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.2.0+6'
json_dynamic_widget_plugin_material_icons:
json_dynamic_widget: '^7.3.1+10'
json_dynamic_widget_plugin_material_icons:
path: '../'
json_theme: '^6.5.0+1'
logging: '^1.2.0'
json_theme: '^6.5.3+6'
logging: '^1.3.0'
material_icons_named: '^3.16.0+2'

dev_dependencies:
flutter_test:
dev_dependencies:
flutter_test:
sdk: 'flutter'

flutter:
flutter:
uses-material-design: true
assets:
assets:
- 'assets/pages/'

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

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

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_plugin_material_icons'
description: 'A plugin to the JSON Dynamic Widget to provide String name support for Material Icons'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_material_icons'
version: '4.0.0+24'
version: '4.0.1'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,23 +15,23 @@ dependencies:
child_builder: '^2.0.2'
flutter:
sdk: 'flutter'
json_class: '^3.0.0+16'
json_dynamic_widget: '^7.2.0+6'
json_theme: '^6.5.0+1'
logging: '^1.2.0'
json_class: '^3.0.1'
json_dynamic_widget: '^7.3.1+10'
json_theme: '^6.5.3+6'
logging: '^1.3.0'
material_icons_named: '^3.16.0+2'
meta: '^1.12.0'
uuid: '^4.4.2'
uuid: '^4.5.1'

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

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

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 8b80af1

Please sign in to comment.