smart_localization 0.0.2 copy "smart_localization: ^0.0.2" to clipboard
smart_localization: ^0.0.2 copied to clipboard

A backend-agnostic smart localization system for Flutter. Version-controlled translations with intelligent caching, fallback chains, and parameterized translations.

0.0.2 #

  • README.md updated

0.0.1 #

  • Initial release
  • Backend-agnostic translation system with TranslationBackend interface
  • SmartLocalization service with version-controlled translations
  • LocalizationCacheService with SharedPreferences caching
  • BuildContext extension for easy context.localization() access
  • Parameterized translations with {key} and $variable support
  • Fallback chain: Current language → English → Default text
  • Automatic device language detection
  • Periodic version checking with throttling
  • Built-in MapTranslationBackend for simple use cases
2
likes
160
points
216
downloads

Documentation

API reference

Publisher

verified publisherspeakblend.com

Weekly Downloads

A backend-agnostic smart localization system for Flutter. Version-controlled translations with intelligent caching, fallback chains, and parameterized translations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on smart_localization