auto_translate_plugin 1.1.0
auto_translate_plugin: ^1.1.0 copied to clipboard
A premium Flutter plugin for seamless on-device text translation using Google ML Kit. Offline, privacy-first, and easy to integrate.
1.1.0 #
- Hybrid Translation Engine: Integrated Google Cloud Translation API for 130+ languages.
- Expanded Offline Support: Added internal mapping for Kannada, Marathi, Gujarati, Bengali, and Urdu to ML Kit.
- Enhanced Example: Re-designed example app with a searchable language picker and modern UI.
- API Improvements: Added
setupCloudtoTranslatorProviderfor flexible configuration. - Optimized Performance: Improved caching and lazy-initialization of translation engines.
1.0.2 #
- Updated documentation and README for better clarity.
- Added
.pubignoreto optimize package size. - Professional documentation comments added to all public APIs.
1.0.1 #
- Fixed bug where non-Tamil/English languages wouldn't work.
- Added mandatory
INTERNETpermission to Android example. - Explicitly wait for translation models to download before starting translation.
- Added error handling for failed translations.
1.0.0 #
- Initial release of
auto_translate_plugin. - Includes
AutoTranslateTextwidget for seamless on-device translation. - Built-in state management with
TranslatorProvider. - Uses Google ML Kit for offline translation support.