strings.g library

Generated file. Do not edit.

Locales: 1 Strings: 384

Built on 2023-06-04 at 10:18 UTC

Classes

AppLocaleUtils
Provides utility functions without any side effects.
BaseAppLocale<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Similar to flutter locale but available without any flutter dependencies
BaseAppLocaleUtils<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Provides utility functions without any side effects.
BaseFlutterLocaleSettings<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Similar to BaseLocaleSettings but allows for specific overwrites e.g. setLocale now also updates the provider
BaseLocaleSettings<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
BaseTranslationProvider<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
BaseTranslations<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Root translation class of ONE locale Entry point for every translation
FakeAppLocale
FakeTranslations
InheritedLocaleData<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
LocaleSettings
Manages all translation instances and the current locale
PluralResolvers
Default plural resolvers
RichPluralResolvers
Rich plural resolvers
TranslationMetadata<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>>
Metadata instance hold by the root translation class.
TranslationOverridesFlutter
TranslationProvider
The provider for method B
Translations
Method B: Advanced

Extensions

AppLocaleUtilsExt
BuildContextTranslationsExtension
Method B shorthand via BuildContext extension method. Configurable via 'translate_var'.
ExtAppLocale
ExtAppLocaleUtils
ExtBaseLocaleSettings
LocaleSettingsExt

Properties

t → _StringsEn
Method A: Simple
read-only

Enums

AppLocale
Supported locales, see extension methods below.

Typedefs

InlineSpanBuilder = InlineSpan Function(String)
PluralResolver = String Function(num n, {String? few, String? many, String? one, String? other, String? two, String? zero})
Selects the correct string depending on n
TranslationBuilder<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>> = T Function({PluralResolver? cardinalResolver, PluralResolver? ordinalResolver, Map<String, Node>? overrides})
Returns a new translation instance