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

Shared protocol models for the Preference local-first storage ecosystem.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add preference_protocol

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

dependencies:
  preference_protocol: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:preference_protocol/preference_protocol.dart';
0
likes
0
points
153
downloads

Publisher

unverified uploader

Weekly Downloads

Shared protocol models for the Preference local-first storage ecosystem.

Homepage

Topics

#storage #database #protocol #dart

License

unknown (license)

More

Packages that depend on preference_protocol