gt_secure 1.0.0
gt_secure: ^1.0.0 copied to clipboard
A production-ready Flutter package for secure local storage with AES-256-CBC encryption, automatic key management, in-memory caching, and comprehensive error handling. Perfect for storing sensitive da [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gt_secureThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gt_secure: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:gt_secure/gt_secure.dart';