This is a tiny text encoder written in Dart with Flutter SDK.
Visit releases page for the latest pre-built apk.
You can build an apk or ipa by yourself, following steps below.
- Flutter
- Android SDK
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.
- More encoding methods.
- Prettify design.