preference_protocol 0.1.2 copy "preference_protocol: ^0.1.2" to clipboard
preference_protocol: ^0.1.2 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

With Flutter:

 $ flutter 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.2

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:preference_protocol/preference_protocol.dart';
0
likes
160
points
153
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Topics

#storage #database #protocol #dart

License

Apache-2.0 (license)

More

Packages that depend on preference_protocol