add version field, installable app caching

This commit is contained in:
Andrew 2022-09-13 11:45:10 +07:00
parent 4833b5c18c
commit 2141e144be
7 changed files with 79 additions and 9 deletions

View file

@ -31,8 +31,7 @@ void main() async {
create: (context) => ScoopListBloc()..add(ScoopLocate()),
),
BlocProvider(
create: (context) =>
ScoopSearchBloc()..add(const ScoopSearchQueryChanged("")),
create: (context) => ScoopSearchBloc()..add(ScoopSearchReload()),
),
],
child: const LadleApp(),