TF-1018 Apply AppGrid for Tablet/Mobile web

This commit is contained in:
Dat PHAM HOANG
2022-10-19 11:37:14 +07:00
committed by Dat H. Pham
parent 5d234ff9b6
commit 0943e18552
10 changed files with 219 additions and 9 deletions
@@ -2373,7 +2373,14 @@ class AppLocalizations {
String get requestReadReceipt {
return Intl.message(
'Request read receipt',
name: 'requestReadReceipt',
name: 'requestReadReceipt'
);
}
String get appGridTittle {
return Intl.message(
'Go to applications',
name: 'appGridTittle'
);
}
}