Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 876 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 876 Bytes

Overview

This is translator application that run on Android Device. Created using flutter library in with Dart Programming Language Android Studio.

Source Language

English ('en')

Targeted Language

Indonesia ('id')

How to deploy

Open and install package file .apk at

\build\app\outputs\apk\release

These are 3 packages that generated from Android Studio build, you can install it based on your system architecture.

<app dir>/build/app/outputs/apk/release/app-armeabi-v7a-release.apk
<app dir>/build/app/outputs/apk/release/app-arm64-v8a-release.apk
<app dir>/build/app/outputs/apk/release/app-x86_64-release.apk

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.