opt: hive ce (#1868)

This commit is contained in:
My-Responsitories
2026-03-15 16:51:45 +08:00
committed by GitHub
parent e293083492
commit e04affd0fe
23 changed files with 40 additions and 41 deletions

View File

@@ -54,7 +54,7 @@ abstract class DebounceStreamState<T extends StatefulWidget, S> extends State<T>
class BaseSearchController extends GetxController {
final historyList = List<String>.from(
GStorage.historyWord.get('cacheList') ?? [],
GStorage.historyWord.get('cacheList') ?? const <String>[],
).obs;
late final Rx<LoadingState<SearchTrendingData>> trendingState;