stringcare 1.0.0 stringcare: ^1.0.0 copied to clipboard
Flutter plugin for obfuscate and reveal strings and any other data.
Stringcare Flutter
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++ |
Retrieve any string resource quickly and easily, anywhere:
en.json
{
"hello_there": "Hello there!"
}
R.strings.hello_there.string();
Simplify the way you work with secured resources, Strings and Uint8List objects:
"my_secret".obfuscate();
Home #
Basic setup, not secured #
Secured Setup #
- Prepare your private repository