feat: Add more user related state to hive

This commit is contained in:
Anton Stubenbord
2023-04-23 16:48:11 +02:00
parent 1b9e4fbb81
commit 5c0ef7f853
32 changed files with 408 additions and 272 deletions

View File

@@ -24,7 +24,7 @@ class DocumentSearchState extends DocumentPagingState {
this.searchHistory = const [],
this.suggestions = const [],
this.viewType = ViewType.detailed,
super.filter,
super.filter = const DocumentFilter(),
super.hasLoaded,
super.isLoading,
super.value,