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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user