Cache messages, use cache if exists, load in background

This commit is contained in:
2024-06-15 15:56:50 +02:00
parent 9c366399df
commit 35ab9a26c0
16 changed files with 556 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
run:
dart run build_runner build
flutter pub run build_runner build
flutter run
test:
@@ -11,7 +11,7 @@ fix:
dart fix --apply
gen:
dart run build_runner build
flutter pub run build_runner build
autoreload:
@# run `make run` in another terminal (or another variant of flutter run)