scaledrone_dart 0.2.1 copy "scaledrone_dart: ^0.2.1" to clipboard
scaledrone_dart: ^0.2.1 copied to clipboard

A Scaledrone V3 SDK for Dart and Flutter, implementing the full WebSocket protocol with Observable Rooms and History support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scaledrone_dart

With Flutter:

 $ flutter pub add scaledrone_dart

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

dependencies:
  scaledrone_dart: ^0.2.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:scaledrone_dart/scaledrone_dart.dart';
1
likes
160
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A Scaledrone V3 SDK for Dart and Flutter, implementing the full WebSocket protocol with Observable Rooms and History support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, http, logging, web_socket_channel

More

Packages that depend on scaledrone_dart