|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
import package;import material.dart;import translations;import ar.dart;import en.dart;
Go to the source code of this file.
Classes | |
| class | AppLocalizations |
Functions | |
| class AppLocalizations | _AppLocalizationsDelegate () |
| AppLocalizations (this.locale) | |
| static AppLocalizations | of (BuildContext context) |
| String | translate (String key) |
| override bool | isSupported (Locale locale) |
| override Future< AppLocalizations > | load (Locale locale) async |
| override bool | shouldReload (_AppLocalizationsDelegate old) |
Variables | |
| final Locale | locale |
| static const LocalizationsDelegate< AppLocalizations > | delegate = _AppLocalizationsDelegate() |
| static const List< Locale > | supportedLocales |
| static final Map< String, Map< String, String > > | _localizedValues |
| class AppLocalizations _AppLocalizationsDelegate | ( | ) |

| _AppLocalizationsDelegate::AppLocalizations | ( | this. | locale | ) |

| override bool isSupported | ( | Locale | locale | ) |
Definition at line 41 of file app_localizations.dart.
| override Future< AppLocalizations > load | ( | Locale | locale | ) |
|
static |
Definition at line 5 of file app_localizations.dart.


| override bool shouldReload | ( | _AppLocalizationsDelegate | old | ) |

| String _AppLocalizationsDelegate::translate | ( | String | key | ) |
Definition at line 25 of file app_localizations.dart.
|
static |
|
static |
Definition at line 10 of file app_localizations.dart.
| final Locale locale |
Definition at line 0 of file app_localizations.dart.
|
static |
Definition at line 13 of file app_localizations.dart.