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

A secure and efficient local storage solution for Flutter applications.

2.0.1 #

  • TypeError in changeValue method: Reverted changes made in version 2.0.0 where generic types were introduced, causing a TypeError due to incorrect type handling. The method has now been modified to use dynamic to resolve the type mismatch and ensure compatibility with various data types.

2.0.0 #

Breaking Change: #

  • Compatibility: Now supports Flutter 3.27+ and Dart 3.6+.

  • Refactor:

    • Data is now saved/loaded as JSON.
    • Removed platform-specific code for better cross-platform support.
    • Immediate data persistence with flush().
    • Improved error handling and fallback for missing data.

1.3.1 #

  • Bump version

1.3.0 #

  • Bump version

1.2.0 #

  • Refreshed upgraded to 2.5.7

1.1.2 #

  • Refreshed upgraded to 2.0.1

1.1.1 #

  • Refreshed upgraded to 1.5.4

1.1.0 #

  • Changed storage location for cache from "Application Documents" to "Application Cache" directory.

1.0.2 #

  • Fixed pub points.

1.0.1 #

  • Minor fixes and added documentation comments for improved code clarity and understanding.

1.0.0 #

  • Introduces secure and efficient local storage capabilities for Flutter applications.
10
likes
150
points
93
downloads

Publisher

verified publisherdreamlancer.in

Weekly Downloads

A secure and efficient local storage solution for Flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, refreshed

More

Packages that depend on vaultify