feat: remote manifest model and content dependencies

Add http, crypto, path_provider deps; introduce RemoteManifest /
ManifestSeason immutable models with fromJson/toJson, schema-version
guard (FormatException on unsupported schema), and fallback for missing
current field. 3/3 TDD tests pass, flutter analyze clean.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 13:02:17 +09:00
parent 63ac8c6b9e
commit c7bdb9b9c9
4 changed files with 127 additions and 3 deletions
+3
View File
@@ -39,6 +39,9 @@ dependencies:
audioplayers: ^6.7.1
flutter_localizations:
sdk: flutter
http: ^1.6.0
crypto: ^3.0.7
path_provider: ^2.1.5
dev_dependencies:
flutter_test: