Skip to content

fuadreza/translator_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.