l10n_mapper_annotation 1.3.0 l10n_mapper_annotation: ^1.3.0 copied to clipboard
A dart package to generate localization-mapper to support parsing dynamic translation keys (as flutter-localizations package does not yet support this).
1.0.0 #
- Created
L10nMapperAnnotation
- Defined annotation configurations for generating extension methods
1.1.0 [BREAKING CHANGE] #
- Implemented l10n_mapper_generator configuration setup using
l10_mapper.json
(ie. configuration-options should be defined inl10_mapper.json
config file and directory-path tol10_mapper.json
parsed [if its not in the projects root directory] when runningl10n_mapper_generator
console command). See usage documentation for more information. - Removed console option-parsing when running
l10n_mapper_generator
commands. - Updated readme.
1.3.0 [BREAKING CHANGE] #
- Defined
TranslationConfig
to receive and parse translation-configs when annotatingapp_localizations.dart
file. - Updated readme.