Added JSON Schema validation

This commit is contained in:
Felix Kirchner
2025-05-03 13:44:25 +02:00
parent 90cb7a3c2d
commit 12dfa821ea
3 changed files with 169 additions and 44 deletions

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game Cabo"
publish_to: 'none'
version: 0.1.5+113
version: 0.1.5+116
environment:
sdk: ^3.5.4
@@ -19,6 +19,7 @@ dependencies:
path_provider: ^2.1.1
typed_data: ^1.3.2
url_launcher: any
json_schema: ^5.2.1
dev_dependencies:
flutter_test: