dartvex 0.1.3 copy "dartvex: ^0.1.3" to clipboard
dartvex: ^0.1.3 copied to clipboard

Pure Dart client for Convex with WebSocket sync, type-safe values, and reactive subscriptions. Works on iOS, Android, web, and desktop.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartvex

With Flutter:

 $ flutter pub add dartvex

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

dependencies:
  dartvex: ^0.1.3

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:dartvex/dartvex.dart';
1
likes
160
points
106
downloads

Documentation

API reference

Publisher

verified publisherandrefrelicot.dev

Weekly Downloads

Pure Dart client for Convex with WebSocket sync, type-safe values, and reactive subscriptions. Works on iOS, Android, web, and desktop.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

collection, http, meta, uuid, web

More

Packages that depend on dartvex