autotranslator_widget 0.1.6
autotranslator_widget: ^0.1.6 copied to clipboard
A Flutter package for automatic text translation with online and offline support
Changelog #
## 0.1.6
- License change
## 0.1.5
- Added new Translation widget for Textspans - `AutoTranslateParagraph`.
- All widgets with the suffix `2` are experimental, use at your own risk.
## 0.1.4
- Added Caching of translations.
- Improved translation mode checks.
- Optimized to handle more widgets without lag.
- Removed unnecessary rebuilds.
- Added experimental folder(The name pretty much explains it all).
## 0.1.3
- Updated Offline translations.
- Increased Timeout Duration.
## 0.1.2
- Updated Offline translations.
## 0.1.1
- Updated Offline translations.
## 0.1.0
- Initial release of `auto_translate`.
- Features:
- Online and offline text translation.
- Dynamic language switching with `LanguageProvider`.
- Integration with `translator`, `provider`, and `connectivity_plus`.
- Timeout handling for online translations and connectivity checks.