Awesome
<p align="center"><img width="10%" vspace="10" src="https://github.com/StringCare/stringcare/raw/master/images/ic_launcher/res/mipmap-xxxhdpi/ic_launcher.png"></p> <h2 align="center" style="margin-bottom:30px" vspace="20">Stringcare Flutter</h2> <p align="center"><a href="https://landamessenger.com/">A Landa dependency</a></p>Flutter plugin for encrypt/decrypt String
and Uint8List
objects easily with C++ code.
Android | iOS | Web | macOS | Windows | Linux | Fuchsia | |
---|---|---|---|---|---|---|---|
Status | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | ❌ |
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
String Usage
Uint8List Usage
i18n
Assets
<p align="center"><img width="35%" vspace="10" src="https://github.com/StringCare/stringcare/raw/master/images/android_sample.png"><img width="40%" vspace="10" src="https://github.com/StringCare/stringcare/raw/master/images/ios_sample.png"></p> <p align="center"><img width="80%" vspace="10" src="https://github.com/StringCare/stringcare/raw/master/images/web_sample.png"></p> <p align="center"><img width="80%" vspace="10" src="https://github.com/StringCare/stringcare/raw/master/images/macos_sample.png"></p> <p align="center"><img width="80%" vspace="10" src="https://github.com/StringCare/stringcare/raw/master/images/windows_sample.png"></p> <p align="center"><img width="80%" vspace="10" src="https://github.com/StringCare/stringcare/raw/master/images/linux_sample.png"></p>