StringCare / stringcare

Flutter plugin to work with secured resources and data. Obfuscate and reveal any resource file, Strings, and Uint8List with C++ (all platforms support).

Repository from Github https://github.comStringCare/stringcareRepository from Github https://github.comStringCare/stringcare

pub package

Stringcare Flutter

A Landa 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++

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();

- iOS macOS Setup

- Prepare your private repository

- iOS macOS Setup

- Key Setup

- Finish The Setup

- Simple Usage

- With Extra Keys

- Simple Usage

- With Extra Keys

- Project Configuration

- Locales

- I18n Configuration

- Usage

- Project Configuration

- Simple Usage

- Assets Images Usage

- Svg Assets Images Usage


About

Flutter plugin to work with secured resources and data. Obfuscate and reveal any resource file, Strings, and Uint8List with C++ (all platforms support).

License:Apache License 2.0


Languages

Language:Dart 58.8%Language:C++ 24.6%Language:CMake 9.6%Language:Ruby 2.3%Language:C 1.4%Language:Swift 1.3%Language:HTML 0.8%Language:Kotlin 0.8%Language:Objective-C 0.4%