mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
fix & opt
- display when client.run no result - remove dep. marquee
This commit is contained in:
@@ -1300,6 +1300,16 @@ class S {
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Click here`
|
||||
String get clickSee {
|
||||
return Intl.message(
|
||||
'Click here',
|
||||
name: 'clickSee',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
||||
Reference in New Issue
Block a user