Best android open-source packages and libraries.

Stringcare

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

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