-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Efra Espada edited this page May 3, 2021
·
10 revisions
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);