fluent_localization 1.4.0
fluent_localization: ^1.4.0 copied to clipboard
Package that allows you to set up and use translations in an easy and quick way
0.0.1 #
- TODO: Initial version.
0.0.2 #
- Version of
fluent_localization_apiwas updated to v0.0.2 - Public APIs was documented
0.0.2+1 #
- Dependency
fluent_localization_apiwas updated to v0.0.2+1
0.0.3 #
- Dependency
fluent_localization_apiwas updated to v0.0.3 - Dependency
fluent_sdkwas added
0.0.4 #
- Dependency
fluent_sdkwas updated to v0.2.0
0.0.5 #
- Dependency
fluent_localization_apiwas updated to v0.0.4
1.0.0 #
fluent_localization_apidependency was updated to v1.0.0ez_localizationdependency was removedflutter_localizationsdependency was removed
1.0.1 #
fluent_localization_apidependency was updated to v1.0.1flutter_localizationsdependency was added- Added
shouldThrowExceptionsparameter togetDelegatesAPI method in order to silence exception when the delegate try to load resources, this is convinience for example when you are execute unit test
1.0.2 #
fluent_localization_apidependency was updated to v1.0.2- Removed
shouldThrowExceptionsparameter togetDelegatesAPI method
1.0.3 #
- Fixed an issue when try to parse localizable string with more than 1 argument
1.1.0 #
- The loader no-longer throws an exception when the locale file does not exists
1.1.1 #
- Example android and ios platform updated to latest versions
- Example web platform enabled
- Dev dependencies updated
1.2.0 #
- Upgrade package to flutter version v3.35
1.3.0 #
- Upgrade fluent_sdk version to v0.4.0
1.4.0 #
- BREAKING CHANGE: Updated
fluent_sdkdependency to^0.5.0 - REFACTOR: Renamed
buildmethod toonCreateinLocalizationModule - CHORE: Recreated example platforms and updated READMEs.