encoder icon indicating copy to clipboard operation
encoder copied to clipboard

Tiny text encoder for Android in written in Dart using Flutter SDK.

Encoder


Travis (.org) branch CodeFactor Grade GitHub 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.