TF-524 Create RecentSearchCache and TypeAHeadQuickSearch widget

This commit is contained in:
dab246
2022-05-23 18:48:29 +07:00
committed by Dat H. Pham
parent 5ca238153a
commit 3513c363ff
23 changed files with 2349 additions and 127 deletions
@@ -1326,4 +1326,28 @@ class AppLocalizations {
'Save',
name: 'save');
}
String get hasAttachment {
return Intl.message(
'Has attachment',
name: 'hasAttachment');
}
String get last7Days {
return Intl.message(
'Last 7 days',
name: 'last7Days');
}
String get fromMe {
return Intl.message(
'From me',
name: 'fromMe');
}
String get recent {
return Intl.message(
'Recent',
name: 'recent');
}
}