Remake dashboard
Optimize theme Optimize more details Update flutter version
This commit is contained in:
@@ -3389,6 +3389,16 @@ class AppLocalizations {
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Memory info`
|
||||
String get memoryInfo {
|
||||
return Intl.message(
|
||||
'Memory info',
|
||||
name: 'memoryInfo',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
||||
Reference in New Issue
Block a user