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.

Changelog #

0.2.1 - 2026-01-24 #

Added #

  • Chat tutorial

0.2.0 - 2026-01-20 #

Added #

  • Implemented ScaledroneClient class with connection and authentication methods.
  • Added Room and Member classes for room management.
  • Added ScaledroneMessage class and MessageType enum for message handling.
  • Implemented ScaledroneTransport class for WebSocket connection management.
  • Added ScaledroneRest class for REST API interaction.
  • Added unit tests for ScaledroneMessage and room logic.
  • Added main example for Scaledrone client usage.
  • Added LICENSE file.
  • Initialized project structure with Melos configuration and dependencies.

Changed #

  • Enhanced documentation for Scaledrone Dart SDK.
  • Improved code structure and readability by refactoring imports and loop syntax.
  • Updated README.md with enhanced SDK documentation and usage examples.
  • Improved documentation formatting and removed unused ScaledroneDart class.
  • Updated package description and dependencies.
  • Replaced print statements with log for better logging consistency.
  • Replaced log statements with print for simplified output in main example.

Other #

  • Added words into cspell json.
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