translate_kit 0.1.0+5
translate_kit: ^0.1.0+5 copied to clipboard
A simple package to translate your dynamic content into different langauges. Supports multiple services with fallbacks.
TranslateKit for Flutter & Dart #
translate_kit |
flutter_translate_kit |
|---|---|
translate_kit provides a simple way of translating the dynamic (e.g. user-generated) content of the app with an option to specify fallbacks and custom translation handlers with minimal dependencies.
Supported services #
| Serivce | Support |
|---|---|
| DeepL API (Free & Paid) | ✅ |
| Google Cloud Translation V2 (with an API key) | ✅ |
| LibreTranslate | ✅ (best effort) |
| Apple Translation API | ✅ (flutter_translate_kit only; iOS 18+) |
Documentation #
-
Base handler with all web-based implementations.
-
Additional handler with support for platform-specific functionality.
Version constraints #
- Dart >= 3.4.0
- Flutter >= 3.22.0