iron_db 0.2.0 copy "iron_db: ^0.2.0" to clipboard
iron_db: ^0.2.0 copied to clipboard

A simple and convenient key-value database.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add iron_db

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

dependencies:
  iron_db: ^0.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:iron_db/iron_db.dart';
1
likes
135
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and convenient key-value database.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, logging, path, path_provider, shared_preferences

More

Packages that depend on iron_db