TF-451 Add version information

This commit is contained in:
dab246
2022-04-05 16:50:26 +07:00
committed by Dat H. Pham
parent 1c7f9ad333
commit 7c22a1c821
5 changed files with 45 additions and 1 deletions
@@ -1063,4 +1063,10 @@ class AppLocalizations {
'All messages has been deleted forever',
name: 'toast_message_empty_trash_folder_success');
}
String get version {
return Intl.message(
'Version',
name: 'version');
}
}