Skip to content

Commit

Permalink
Switch to json_schema2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Sep 9, 2023
1 parent 37c975c commit 16e3a0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.2.5] - September 9th, 2023

* Temporarialy switch to [json_schema2](https://pub.dev/packages/json_schema2) until [this issue](https://github.com/Workiva/json_schema/issues/172) is resolved.


## [6.2.4] - September 3rd, 2023

* Split into independent encoders and decoders for:
Expand Down
2 changes: 1 addition & 1 deletion json_theme/lib/src/schema/schema_validator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dart:convert';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:json_class/json_class.dart';
import 'package:json_schema/json_schema.dart';
import 'package:json_schema2/json_schema.dart';
import 'package:json_theme/json_theme_schemas.dart';
import 'package:logging/logging.dart';

Expand Down
6 changes: 3 additions & 3 deletions json_theme/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.2.4'
version: '6.2.5'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,8 +15,8 @@ dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.0'
json_schema: '^5.1.2'
json_theme_annotation: '^1.0.1+1'
json_schema2: '^5.1.3'
json_theme_annotation: '^1.0.1+3'
logging: '^1.2.0'
meta: '^1.9.1'

Expand Down

0 comments on commit 16e3a0b

Please sign in to comment.