Refine backendless share intake

This commit is contained in:
Rijad Zuzo
2026-05-18 20:33:54 +02:00
parent f655adfbea
commit 42a59e959f
37 changed files with 1467 additions and 824 deletions
@@ -19,7 +19,7 @@ void main() {
addTearDown(container.dispose);
final initial = await container.read(localRepositoryProvider.future);
expect(initial.people, isNotEmpty);
expect(initial.people, isEmpty);
await container
.read(localRepositoryProvider.notifier)