switched to json storage to allow sharing

This commit is contained in:
tom.hempel
2025-10-15 12:20:27 +02:00
parent c15d1d1e49
commit 67dd2de460
7 changed files with 157 additions and 26 deletions

View File

@ -41,6 +41,9 @@ dependencies:
# Local storage for persistence
shared_preferences: ^2.2.2
# File path access
path_provider: ^2.1.2
# JSON serialization
json_annotation: ^4.9.0