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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ifl

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

dependencies:
  ifl: ^0.0.3

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:ifl/ifl.dart';
1
likes
150
points
168
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, hive, hive_flutter

More

Packages that depend on ifl