diff --git a/json_theme/CHANGELOG.md b/json_theme/CHANGELOG.md index 214f04d..8f07fa6 100644 --- a/json_theme/CHANGELOG.md +++ b/json_theme/CHANGELOG.md @@ -1,3 +1,8 @@ +## [6.5.0+2] - August 6, 2024 + +* Automated dependency updates + + ## [6.5.0+1] - May 14th, 2024 * Swapped MaterialStateProperty with WidgetStateProperty in preperation for other Flutter 3.22 work. @@ -640,45 +645,4 @@ * Initial release * ~~**TODO**: Documentation~~ * ~~**TODO**: Example App~~ -* ~~**TODO**: Unit Tests~~ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +* ~~**TODO**: Unit Tests~~ \ No newline at end of file diff --git a/json_theme/example/pubspec.yaml b/json_theme/example/pubspec.yaml index 1a0096a..5e45966 100644 --- a/json_theme/example/pubspec.yaml +++ b/json_theme/example/pubspec.yaml @@ -1,67 +1,62 @@ name: 'example' description: 'Example application for the JSON Theme' publish_to: 'none' -version: '1.0.0+39' +version: '1.0.0+40' -environment: +environment: sdk: '>=3.3.0 <4.0.0' -dependencies: - flutter: +dependencies: + flutter: sdk: 'flutter' - form_validation: '^3.1.1+5' + form_validation: '^3.1.1+8' google_fonts: '^6.2.1' intl: '^0.19.0' - json_theme: + json_theme: path: '../' meta: '^1.12.0' -dev_dependencies: +dev_dependencies: flutter_lints: '^4.0.0' - flutter_test: + flutter_test: sdk: 'flutter' -flutter: +flutter: uses-material-design: true - assets: + assets: - 'assets/themes/' - fonts: + fonts: - family: 'lato' - fonts: + fonts: - asset: 'assets/fonts/Lato-Regular.ttf' - family: 'metal' - fonts: + fonts: - asset: 'assets/fonts/MetalMania-Regular.ttf' - family: 'MaterialIcons' - fonts: + fonts: - asset: 'assets/fonts/MaterialIcons-Regular.ttf' -permittedLicenses: - - Apache-2.0 - - BSD-2-Clause - - BSD-3-Clause - - MIT - - MIT-Modern-Variant - - MPL-2.0 - - Zlib +permittedLicenses: + - 'Apache-2.0' + - 'BSD-2-Clause' + - 'BSD-3-Clause' + - 'MIT' + - 'MIT-Modern-Variant' + - 'MPL-2.0' + - 'Zlib' -# The [license_checker](https://pub.dev/packages/license_checker) package cannot -# detect the built in Flutter packages because they aren't published to pub.dev -# and do not have a LICENSE file in their respective folders. So this section -# informs the license_checker that all the built in Flutter packages all have -# the same BSD-3-Clause license as Flutter itself. packageLicenseOverride: - flutter: BSD-3-Clause - flutter_driver: BSD-3-Clause - flutter_goldens: BSD-3-Clause - flutter_localizations: BSD-3-Clause - flutter_web_plugins: BSD-3-Clause - flutter_test: BSD-3-Clause - fuchsia_remote_debug_protocol: BSD-3-Clause - integration_test: BSD-3-Clause - rxdart: Apache-2.0 + flutter: 'BSD-3-Clause' + flutter_driver: 'BSD-3-Clause' + flutter_goldens: 'BSD-3-Clause' + flutter_localizations: 'BSD-3-Clause' + flutter_web_plugins: 'BSD-3-Clause' + flutter_test: 'BSD-3-Clause' + fuchsia_remote_debug_protocol: 'BSD-3-Clause' + integration_test: 'BSD-3-Clause' + rxdart: 'Apache-2.0' -ignore_updates: +ignore_updates: - 'archive' - 'async' - 'boolean_selector' diff --git a/json_theme/pubspec.yaml b/json_theme/pubspec.yaml index 527290e..451db64 100644 --- a/json_theme/pubspec.yaml +++ b/json_theme/pubspec.yaml @@ -1,63 +1,58 @@ name: 'json_theme' description: 'A library to dynamically generate a ThemeData object from a JSON file or dynamic map object' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '6.5.0+1' +version: '6.5.0+2' -environment: +environment: sdk: '>=3.2.0 <4.0.0' -analyzer: - exclude: +analyzer: + exclude: - 'lib/generated/**' - 'lib/**/*.g.dart' -dependencies: - flutter: +dependencies: + flutter: sdk: 'flutter' - json_class: '^3.0.0+13' - json_schema: '^5.1.7' - json_theme_annotation: '^1.0.3+6' + json_class: '^3.0.0+16' + json_schema: '^5.2.0' + json_theme_annotation: '^1.0.3+10' logging: '^1.2.0' meta: '^1.12.0' -dev_dependencies: - analyzer: '^6.4.1' +dev_dependencies: + analyzer: '^6.8.0' build: '^2.4.1' - build_runner: '^2.4.9' + build_runner: '^2.4.11' code_builder: '^4.10.0' flutter_lints: '^4.0.0' - flutter_test: + flutter_test: sdk: 'flutter' - json_theme_codegen: '^1.1.2+13' + json_theme_codegen: '^1.1.2+19' recase: '^4.1.0' source_gen: '^1.5.0' -permittedLicenses: - - Apache-2.0 - - BSD-2-Clause - - BSD-3-Clause - - MIT - - MIT-Modern-Variant - - MPL-2.0 - - Zlib +permittedLicenses: + - 'Apache-2.0' + - 'BSD-2-Clause' + - 'BSD-3-Clause' + - 'MIT' + - 'MIT-Modern-Variant' + - 'MPL-2.0' + - 'Zlib' -# The [license_checker](https://pub.dev/packages/license_checker) package cannot -# detect the built in Flutter packages because they aren't published to pub.dev -# and do not have a LICENSE file in their respective folders. So this section -# informs the license_checker that all the built in Flutter packages all have -# the same BSD-3-Clause license as Flutter itself. packageLicenseOverride: - flutter: BSD-3-Clause - flutter_driver: BSD-3-Clause - flutter_goldens: BSD-3-Clause - flutter_localizations: BSD-3-Clause - flutter_web_plugins: BSD-3-Clause - flutter_test: BSD-3-Clause - fuchsia_remote_debug_protocol: BSD-3-Clause - integration_test: BSD-3-Clause - rxdart: Apache-2.0 + flutter: 'BSD-3-Clause' + flutter_driver: 'BSD-3-Clause' + flutter_goldens: 'BSD-3-Clause' + flutter_localizations: 'BSD-3-Clause' + flutter_web_plugins: 'BSD-3-Clause' + flutter_test: 'BSD-3-Clause' + fuchsia_remote_debug_protocol: 'BSD-3-Clause' + integration_test: 'BSD-3-Clause' + rxdart: 'Apache-2.0' -ignore_updates: +ignore_updates: - 'archive' - 'async' - 'boolean_selector'