add version field, installable app caching
This commit is contained in:
parent
4833b5c18c
commit
2141e144be
7 changed files with 79 additions and 9 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue