smart_localization 0.0.3
smart_localization: ^0.0.3 copied to clipboard
A backend-agnostic smart localization system for Flutter. Version-controlled translations with intelligent caching, fallback chains, and parameterized translations.
0.0.3 #
- README.md updated
0.0.2 #
- README.md updated
0.0.1 #
- Initial release
- Backend-agnostic translation system with
TranslationBackendinterface SmartLocalizationservice with version-controlled translationsLocalizationCacheServicewith SharedPreferences cachingBuildContextextension for easycontext.localization()access- Parameterized translations with
{key}and$variablesupport - Fallback chain: Current language → English → Default text
- Automatic device language detection
- Periodic version checking with throttling
- Built-in
MapTranslationBackendfor simple use cases
