gt_secure 1.0.0 copy "gt_secure: ^1.0.0" to clipboard
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_secure

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gt_secure: ^1.0.0

Alternatively, 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';
0
likes
150
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

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 data like authentication tokens, user credentials, and encrypted preferences.

Repository (GitHub)
View/report issues

Topics

#secure-storage #encryption #security #storage #flutter

Documentation

API reference

License

MIT (license)

Dependencies

encrypt, flutter, flutter_secure_storage, shared_preferences

More

Packages that depend on gt_secure