add version field, installable app caching
This commit is contained in:
parent
4833b5c18c
commit
2141e144be
7 changed files with 79 additions and 9 deletions
|
|
@ -7,6 +7,8 @@ abstract class ScoopSearchEvent extends Equatable {
|
|||
List<Object> get props => [];
|
||||
}
|
||||
|
||||
class ScoopSearchReload extends ScoopSearchEvent {}
|
||||
|
||||
class ScoopSearchQueryChanged extends ScoopSearchEvent {
|
||||
final String query;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue