scaledrone_dart 0.2.1
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.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.