dexie_web 0.1.1 copy "dexie_web: ^0.1.1" to clipboard
dexie_web: ^0.1.1 copied to clipboard

Platformweb

Self-contained Dexie.js (IndexedDB) wrapper for Flutter Web. Zero-config, full Dart API, no manual JS setup required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dexie_web

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

dependencies:
  dexie_web: ^0.1.1

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:dexie_web/dexie_web.dart';
0
likes
145
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Self-contained Dexie.js (IndexedDB) wrapper for Flutter Web. Zero-config, full Dart API, no manual JS setup required.

Repository (GitHub)
View/report issues
Contributing

Topics

#database #indexeddb #offline #web #pwa

License

MIT (license)

Dependencies

flutter, web

More

Packages that depend on dexie_web