idb_shim 2.6.5+1 copy "idb_shim: ^2.6.5+1" to clipboard
idb_shim: ^2.6.5+1 copied to clipboard

indexed_db dart base interface with implementation for native (browser), file (io) and in memory.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add idb_shim
copied to clipboard

With Flutter:

 $ flutter pub add idb_shim
copied to clipboard

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

dependencies:
  idb_shim: ^2.6.5+1
copied to clipboard

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:idb_shim/idb_shim.dart';
copied to clipboard
35
likes
160
points
55.3k
downloads

Publisher

verified publishertekartik.com

Weekly Downloads

2024.09.13 - 2025.03.28

indexed_db dart base interface with implementation for native (browser), file (io) and in memory.

Repository (GitHub)

Topics

#nosql #database

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

collection, meta, path, sembast, web

More

Packages that depend on idb_shim