translation_tool 1.0.0
translation_tool: ^1.0.0 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 Dart:
$ dart pub add translation_toolWith Flutter:
$ flutter pub add translation_toolThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
translation_tool: ^1.0.0Alternatively, your editor might support dart pub get or 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';