fluent_localization_api 1.0.2
fluent_localization_api: ^1.0.2 copied to clipboard
A common interface for the fluent_localization package.
0.0.1 #
- Initial version.
0.0.2 #
- Version of
fluent_sdkwas updated to v0.1.1 - Public APIs was documented
0.0.2+1 #
- Dev dependency
flutter_testwas removed
0.0.3 #
- Dependency
fluent_sdkwas removed
0.0.4 #
pathFunctionparameter was added togetLocalizationDelegatesin order to change the default localization fileargsparameter was added totranslatein order to enable format arguments
1.0.0 #
getLocalizationDelegatesAPI method signature changed togetDelegatein order to return only the localization delegate
1.0.1 #
getDelegateAPI method signature changed togetDelegatesin order to return all localization delegate needed- 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 #
- Removed
shouldThrowExceptionsparameter togetDelegatesAPI method