translate_input 0.0.2
translate_input: ^0.0.2 copied to clipboard
A simple translation text input component
My Package #
My Package is a Dart package for easy integration with the Google Cloud Translation API. It helps you translate text between different languages effortlessly.
Features #
- Supports automatic text translation using Google Cloud Translation API.
- Easy to integrate into both Dart and Flutter projects.
- Simple API to translate text between different languages.
- Customizable translations with optional configurations.
Getting Started #
To get started with this package, follow the steps below:
-
Activate Google Cloud Translation API:
- Go to Google Cloud Console.
- Enable the Cloud Translation API service for your project.
- Obtain the API Key for your project.
-
Install the Package:
Add the following dependency to yourpubspec.yamlfile:dependencies: my_package: ^1.0.0