deeptc 0.2.0 copy "deeptc: ^0.2.0" to clipboard
deeptc: ^0.2.0 copied to clipboard

The minimum amount of code you need to start translating text with Deep Translator API.

example/deeptc.dart

import 'package:deeptc/deeptc.dart' as deeptc;

Future<void> main(List<String> arguments) async {
  print(await deeptc.translate('Hi, welcome to the club!', to: 'pt'));
  // >> Oi, bem vindo ao clube!
}
0
likes
160
pub points
0%
popularity

Publisher

verified publisheralexrintt.io

The minimum amount of code you need to start translating text with Deep Translator API.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com
github.com
donate.alexrintt.io
www.patreon.com

License

MIT (license)

Dependencies

deept_client_dio, dio

More

Packages that depend on deeptc