Skip to content

q60/encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encoder


Travis (.org) branchCodeFactor GradeGitHub last commit (branch)Eclipse Public License 2.0
GitHub release (latest by date including pre-releases)


This is a tiny text encoder written in Dart with Flutter SDK.

Installing

Visit releases page for the latest pre-built apk.

Building

You can build an apk or ipa by yourself, following steps below.

Dependencies

  • Flutter
  • Android SDK

Making

Install Flutter and Android SDK on your OS, then clone this repo and cd into it.

Do

flutter build apk #for Android

or

flutter build ios #for iOS. Works only on OS X.

Proceed to build/app/outputs/apk/release, here's your app.

TODO

  • More encoding methods.
  • Prettify design.