translation_tool 1.0.1
translation_tool: ^1.0.1 copied to clipboard
A Flutter translation tool library based on Google Translate API with memory and local caching support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add translation_toolThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
translation_tool: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:translation_tool/translation_tool.dart';