dexie_web 0.1.1
dexie_web: ^0.1.1 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 Flutter:
$ flutter pub add dexie_webThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dexie_web: ^0.1.1Alternatively, 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';