vaultify 1.2.0 copy "vaultify: ^1.2.0" to clipboard
vaultify: ^1.2.0 copied to clipboard

A secure and efficient local storage solution for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vaultify

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

dependencies:
  vaultify: ^1.2.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:vaultify/vaultify.dart';
9
likes
160
pub points
51%
popularity

Publisher

verified publisherdreamlancer.in

A secure and efficient local storage solution for Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, refreshed

More

Packages that depend on vaultify