scaledrone_dart 0.2.3
scaledrone_dart: ^0.2.3 copied to clipboard
A Scaledrone V3 SDK for Dart and Flutter, implementing the full WebSocket protocol with Observable Rooms and History support.
0.2.3 #
- chore: Relax analysis options for release
- ignored .failed_tracker
- feat: Add
pub_releasedev dependency and arelease.shscript. - feat: Add
scaledrone.gifand update README with the new GIF and example run instructions. - release
- Merge pull request #10 from REM-moe/dev
- feat: enhance chat functionality with member join/leave events and improve client reconnection logic
- Update README to remove features and add Gemini note
- Merge pull request #8 from REM-moe/dev
- Merge pull request #7 from REM-moe/feature/release
- release: changelog and removed melos
- Merge pull request #6 from REM-moe/dev
- Merge pull request #5 from REM-moe/feature/release
- feat: improve documentation formatting and remove unused ScaledroneDart class
- feat: initialize project structure with Melos configuration files and update pubspec.yaml for dependencies
- feat: add LICENSE file with copyright and permission details
- Merge pull request #4 from REM-moe/dev
- Merge pull request #3 from REM-moe/feature/scaledrone
- feat: update README.md to enhance SDK documentation and usage examples
- feat: improve code structure and readability by refactoring imports and updating loop syntax
- Merge pull request #2 from REM-moe/dev
- Merge pull request #1 from REM-moe/feature/scaledrone
- feat: replace log statements with print for simplified output in main example
- feat: replace print statements with log for better logging consistency
- feat: implement main example for Scaledrone client usage
- feat: add unit tests for ScaledroneMessage and Room logic
- feat: enhance documentation for Scaledrone Dart SDK
- feat: add ScaledroneRest class for REST API interaction
- feat: implement ScaledroneTransport class for WebSocket connection management
- feat: add ScaledroneMessage class and MessageType enum for message handling
- feat: add Room and Member classes for Scaledrone room management
- feat: implement ScaledroneClient class with connection and authentication methods
- chore: update package description and add dependencies
- chore: added words into cspell json
- init scaledrone_dart
0.2.2 #
- ignored .failed_tracker
- feat: Add
pub_releasedev dependency and arelease.shscript. - feat: Add
scaledrone.gifand update README with the new GIF and example run instructions. - release
- Merge pull request #10 from REM-moe/dev
- feat: enhance chat functionality with member join/leave events and improve client reconnection logic
- Update README to remove features and add Gemini note
- Merge pull request #8 from REM-moe/dev
- Merge pull request #7 from REM-moe/feature/release
- release: changelog and removed melos
- Merge pull request #6 from REM-moe/dev
- Merge pull request #5 from REM-moe/feature/release
- feat: improve documentation formatting and remove unused ScaledroneDart class
- feat: initialize project structure with Melos configuration files and update pubspec.yaml for dependencies
- feat: add LICENSE file with copyright and permission details
- Merge pull request #4 from REM-moe/dev
- Merge pull request #3 from REM-moe/feature/scaledrone
- feat: update README.md to enhance SDK documentation and usage examples
- feat: improve code structure and readability by refactoring imports and updating loop syntax
- Merge pull request #2 from REM-moe/dev
- Merge pull request #1 from REM-moe/feature/scaledrone
- feat: replace log statements with print for simplified output in main example
- feat: replace print statements with log for better logging consistency
- feat: implement main example for Scaledrone client usage
- feat: add unit tests for ScaledroneMessage and Room logic
- feat: enhance documentation for Scaledrone Dart SDK
- feat: add ScaledroneRest class for REST API interaction
- feat: implement ScaledroneTransport class for WebSocket connection management
- feat: add ScaledroneMessage class and MessageType enum for message handling
- feat: add Room and Member classes for Scaledrone room management
- feat: implement ScaledroneClient class with connection and authentication methods
- chore: update package description and add dependencies
- chore: added words into cspell json
- init scaledrone_dart
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.