feat: mal/anilist/simkl progress sync

close #914
This commit is contained in:
edde746
2026-04-24 08:29:49 +02:00
parent 431c20f817
commit 1582fdbd5b
83 changed files with 4526 additions and 691 deletions
@@ -0,0 +1,8 @@
import '../tracker_account_store.dart';
import 'mal_session.dart';
final TrackerAccountStore<MalSession> malAccountStore = TrackerAccountStore<MalSession>(
baseKey: 'mal_session',
decode: MalSession.decode,
encode: (s) => s.encode(),
);