bd_l10n 1.5.0
bd_l10n: ^1.5.0 copied to clipboard
Tools that help manage localization for a dart/flutter application.
1.5.0 #
- Updated minimum Dart SDK requirement to 3.5.0.
- Localization class now are formatted automatically with dart format.
- Localization class now use named parameters for better readability.
- Dependency versions updated for better compatibility and stability.
1.0.0 #
- Initial stable release, with support for flutter localization, file watcher and more.
1.2.0 #
- Added support for dart 2.12+.
- Added support for null-safe.
- Added support to run the tool on different directories.
1.2.1 #
- Run localization Process in a shell under Windows
- Updated Android build config for example
- Fix test name to conform with Flutter standard
1.3.0 #
- Added support for dart 3.0.0
- Added support for translation in lib folder.
1.4.0 #
- Added support for untranslated message report
1.4.1 #
- Make Localization class of method to return a not-null value.