INNER CODE UNIT · Dart

of

xuexiangjys/flutter_template · lib/generated/i18n.dart:29

  static I18n of(BuildContext context) =>
    Localizations.of<I18n>(context, WidgetsLocalizations);

  @override
  TextDirection get textDirection => TextDirection.ltr;

  /// "Flutter Template"
  String get title => "Flutter Template";
  /// "Login"
  String get login => "Login";
  /// "Logout"
  String get logout => "Logout";
  /// "LoginName"
  String get loginName => "LoginName";
  /// "Please enter your login name or email"
  String get loginNameHint => "Please enter your login name or email";
  /// "LoginName cannot be empty!"
  String get loginNameError => "LoginName cannot be empty!";

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…