spidr_storage 1.1.0 copy "spidr_storage: ^1.1.0" to clipboard
spidr_storage: ^1.1.0 copied to clipboard

Modular storage abstractions supporting SQLite, Isar, and IndexedDB for SPIDR.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add spidr_storage

With Flutter:

 $ flutter pub add spidr_storage

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

dependencies:
  spidr_storage: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:spidr_storage/spidr_storage.dart';
0
likes
130
points
142
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Modular storage abstractions supporting SQLite, Isar, and IndexedDB for SPIDR.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

isar, meta, spidr_core, sqlite3

More

Packages that depend on spidr_storage