added local db

This commit is contained in:
2026-07-29 13:06:39 +05:30
parent d72522e737
commit d9886880cc
38 changed files with 2895 additions and 2261 deletions

View File

@@ -12,6 +12,8 @@ Future<void> main() async {
await _configureChrome();
// Opens SQLite and loads the catalogue into memory. Any bill written on a
// previous run is still on disk and still counted as unsynced.
await LocalStore.instance.init();
await SoundService.instance.preload();