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

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

example/preference_protocol_example.dart

import 'package:preference_protocol/preference_protocol.dart';

void main() {
  const request = InspectionQueryRequest(collection: 'expenses', limit: 50);
  print(request.toJson());
}
0
likes
150
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

unknown (license)

More

Packages that depend on preference_protocol