sa_google_mlkit_translate_lego 1.0.0
sa_google_mlkit_translate_lego: ^1.0.0 copied to clipboard
lego is all you need
sa_google_mlkit_translate_lego #
this is lego about google_ml_kit translate function under simple architecture lego framework.
Installation #
- open terminal in the lego project root directory, enter the following command for install cli. and create a new lego project if you don't have one.
flutter pub global activate lego_cli
lego create
- in terminal, enter the following command for add lego to project.
lego add sa_google_mlkit_translate_lego
Usage #
String result = await googleMlKitTranslate('why sky is blue?');
print('response: $result');