shared/values/values library

Classes

AppLocalizations
Callers can lookup localized strings with an instance of AppLocalizations returned by AppLocalizations.of(context).
AppRoute
Represents a specific route within the app.

Enums

AppBranch
Represents a top-level branch of the app.

Extensions

LocalizationExtensions on BuildContext
RouteContextExtensions on BuildContext
Extensions which provide additional app-based routing

Constants

appLocalizationDelegates → const List<LocalizationsDelegate>
appSupportedLocales → const List<Locale>

Properties

maxDeviceLimitProvider Provider<int>
Provides the maximum device limit for a homeowner.
final

Functions

lookupAppLocalizations(Locale locale) AppLocalizations