mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt
- optimize TextField - opt apt pwd req times - use logger in update.dart
This commit is contained in:
@@ -1181,16 +1181,6 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Password for {user}`
|
||||
String pwdForUser(Object user) {
|
||||
return Intl.message(
|
||||
'Password for $user',
|
||||
name: 'pwdForUser',
|
||||
desc: '',
|
||||
args: [user],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Current platform does not support in app update.\nPlease build from source and install it.`
|
||||
String get platformNotSupportUpdate {
|
||||
return Intl.message(
|
||||
@@ -1220,6 +1210,16 @@ class S {
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Last try!`
|
||||
String get lastTry {
|
||||
return Intl.message(
|
||||
'Last try!',
|
||||
name: 'lastTry',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
||||
Reference in New Issue
Block a user