uyava_protocol 0.2.1-beta.1 copy "uyava_protocol: ^0.2.1-beta.1" to clipboard
uyava_protocol: ^0.2.1-beta.1 copied to clipboard

Shared Uyava wire-protocol constants and minimal types (pure Dart).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add uyava_protocol

With Flutter:

 $ flutter pub add uyava_protocol

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

dependencies:
  uyava_protocol: ^0.2.1-beta.1

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:uyava_protocol/uyava_protocol.dart';
0
likes
140
points
110
downloads

Documentation

Documentation
API reference

Publisher

verified publisheruyava.io

Weekly Downloads

Shared Uyava wire-protocol constants and minimal types (pure Dart).

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

freezed_annotation, json_annotation

More

Packages that depend on uyava_protocol