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

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 Dart:

 $ dart pub add dexie_web

With Flutter:

 $ flutter pub add dexie_web

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

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

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

Topics

#database #indexeddb #offline #web #pwa

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on dexie_web