Skip to content
Efra Espada edited this page May 3, 2021 · 10 revisions

Stringcare for Flutter

Land-a dependency

Flutter plugin for encrypt/decrypt String and Uint8List objects easily with C++ code.

Android iOS Web macOS Windows Linux Fuchsia
Status ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Language C++ C++ Dart C++ C++ C++

Simplify the way you work with secured resources, Strings and Uint8List objects:

"my_secret".obfuscate();

en.json

{
  "hello_there": "Hello there!"
}
R.strings.hello_there.on(context);