offline_translator 0.0.1
offline_translator: ^0.0.1 copied to clipboard
A Flutter package for offline translation without any json or arb files.
offline_translator #
A Flutter package for offline translation between multiple languages.
Key feature: This package works completely offline and does not require any JSON, ARB, or external files. All translations are self-contained within the package.
Features #
- Translate text offline
- Supports multiple languages (English, French, Spanish, Urdu, Chinese, etc.)
- No extra files required (no JSON/ARB)
- Easy to integrate in any Flutter project
- Lightweight and fast
Getting Started #
1. Add dependency #
In your pubspec.yaml
:
dependencies:
offline_translator: ^0.0.1