Skip to content

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

License

Notifications You must be signed in to change notification settings

Narvelan/stringcare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

- 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).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 55.9%
  • C++ 26.5%
  • CMake 10.0%
  • Ruby 2.5%
  • C 1.5%
  • Swift 1.4%
  • Other 2.2%