monolith_localization 1.1.0
monolith_localization: ^1.1.0 copied to clipboard
A package that supports building localization resources on a module basis, which is not provided by Flutter's standard features. It provides a mechanism for each package to independently manage locali [...]
1.1.0 #
- Added optional
localization.test_helperconfiguration to generateStringsTestHelper - Generated helper embeds ARB JSON (Base64) per language for Unit Test / Widget Preview / Golden Test without file I/O
- Accessing
StringsTestHelpergetters in release mode throwsUnsupportedError
1.0.2 #
- Fixed package path filtering logic and improved code comments in localization extensions
1.0.1 #
- Updated monolith dependency from 1.0.0 to 1.0.1
1.0.0 #
- Initial version.