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

Platformweb

A drop in replacement for the dart:indexed_db library based on package web.

Build Status

indexed_db #

A drop in replacement package for dart:indexed_db built on package web rather than dart:html.

This package is intended to be a straight replacement of the existing dart:indexed_db library which doesn't support compilation to WASM.

As such it implements the same API as dart:indexed_db, with only a few additions for added convenience of use.

The full dart:indexed_db API is supported with the omission of the Observation, Observer and ObserverChanges classes. These interfaces are no longer supported in package web. This doesn't impact on any essential indexed_db functionality.

0
likes
160
points
241
downloads
screenshot

Publisher

verified publisherdarticulate.com

Weekly Downloads

2024.09.21 - 2025.04.05

A drop in replacement for the dart:indexed_db library based on package web.

Repository (GitHub)

Topics

#database #web #offline #storage

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

MIT (license)

Dependencies

web

More

Packages that depend on indexed_db