auto_translate_text_widget 1.0.1
auto_translate_text_widget: ^1.0.1 copied to clipboard
Translate Flutter Text, AutoSizeText, RichText and Animated Text instantly with live language switching, caching, and Google Translator support.
1.0.1 #
- Added author information to README
1.0.0 #
- Initial release
- AutoTranslateText widget for basic text translation
- AutoTranslateAutoSizeText widget with auto-sizing support
- AutoTranslateTypewriterText widget with typewriter animation
- AutoTranslateRichText widget with per-span translation
- Global LanguageService with ValueNotifier-based live updates
- SharedPreferences persistence for selected language
- In-memory TranslationCache with language:text key format
- Optional shimmer loading placeholders
- Completer-based request deduplication
- Graceful error handling with fallback to original text
- Support for Android, iOS, Web, macOS, Windows, and Linux