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

A Dart port of Store5 - A Kotlin Multiplatform library for building network-resilient applications

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add persistencestore

With Flutter:

 $ flutter pub add persistencestore

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

dependencies:
  persistencestore: ^1.0.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:persistencestore/persistencestore.dart';
7
likes
130
points
94
downloads

Publisher

verified publisherandroidalliance.co.uk

Weekly Downloads

A Dart port of Store5 - A Kotlin Multiplatform library for building network-resilient applications

Documentation

API reference

License

MIT (license)

Dependencies

equatable, fpdart, json_annotation, meta, rxdart

More

Packages that depend on persistencestore