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

@ -7,6 +7,8 @@ abstract class ScoopSearchEvent extends Equatable {
List<Object> get props => [];
}
class ScoopSearchReload extends ScoopSearchEvent {}
class ScoopSearchQueryChanged extends ScoopSearchEvent {
final String query;