store_it 1.0.0 copy "store_it: ^1.0.0" to clipboard
store_it: ^1.0.0 copied to clipboard

A high-performance, SQLite-backed key-value store for Flutter with native TTL and background maintenance.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add store_it

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

dependencies:
  store_it: ^1.0.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:store_it/store_it.dart';
0
likes
160
points
88
downloads

Documentation

API reference

Publisher

verified publishernahid.info.bd

Weekly Downloads

A high-performance, SQLite-backed key-value store for Flutter with native TTL and background maintenance.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, path, sqflite

More

Packages that depend on store_it