ifl 0.0.2 copy "ifl: ^0.0.2" to clipboard
ifl: ^0.0.2 copied to clipboard

Contract-first storage package for Flutter apps with Hive and secure key-value adapters.

0.0.2 #

  • Initial release of contract-first storage foundation.
  • Added public storage contracts: Storage, KvStorage, DatabaseStorage.
  • Added stable entrypoints:
    • createHiveKvStorage in package:ifl/ifl_hive.dart
    • createSecureKvStorage in package:ifl/ifl_secure.dart
  • Added adapter-based implementations for Hive and flutter_secure_storage.
  • Added unit tests for storage contracts and implementation behavior.
  • Added contribution and architecture docs.

0.0.1 #

  • Initial Flutter plugin template scaffold.
2
likes
150
points
31
downloads

Documentation

API reference

Publisher

verified publishershuothink.com

Weekly Downloads

Contract-first storage package for Flutter apps with Hive and secure key-value adapters.

Repository (GitHub)
View/report issues
Contributing

Topics

#storage #flutter #hive #secure-storage

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, hive

More

Packages that depend on ifl