Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/json_dynamic_widget_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "json_dynamic_widget_example"
description: "Example app for the JsonDynamicWidget library"
publish_to: "none"
version: "1.0.0+96"
version: "1.0.0+97"

environment:
sdk: "^3.9.0"
Expand All @@ -27,7 +27,7 @@ dev_dependencies:
flutter_test:
sdk: "flutter"
icons_launcher: "^3.0.3"
json_dynamic_widget_codegen: "^4.0.1+4"
json_dynamic_widget_codegen: "^4.0.1+5"
yaml_writer: "^2.1.0"

dependency_overrides:
Expand Down
5 changes: 5 additions & 0 deletions packages/json_dynamic_widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [12.0.0+8] - February 3, 2026

* Automated dependency updates


## [12.0.0+7] - January 27, 2026

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions packages/json_dynamic_widget/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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"
version: "12.0.0+7"
version: "12.0.0+8"

environment:
sdk: "^3.9.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ dev_dependencies:
flutter_lints: "^6.0.0"
flutter_test:
sdk: "flutter"
json_dynamic_widget_codegen: "^4.0.1+4"
json_dynamic_widget_codegen: "^4.0.1+5"

dependency_overrides:
test_api: "^0.7.6"
Expand Down