sporran 8.0.0 copy "sporran: ^8.0.0" to clipboard
sporran: ^8.0.0 copied to clipboard

Platformweb

A PouchDB alike for Dart. Uses lawndart for local storage and Wilt for CouchDB access.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sporran
copied to clipboard

With Flutter:

 $ flutter pub add sporran
copied to clipboard

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

dependencies:
  sporran: ^8.0.0
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:sporran/sporran.dart';
copied to clipboard
27
likes
150
points
111
downloads

Publisher

verified publisherdarticulate.com

Weekly Downloads

2024.09.26 - 2025.04.10

A PouchDB alike for Dart. Uses lawndart for local storage and Wilt for CouchDB access.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

GPL-3.0 (license)

Dependencies

indexed_db, json_object_lite, web, wilt

More

Packages that depend on sporran