splive 2.0.1
splive: ^2.0.1 copied to clipboard
Official Flutter SDK for Specular.Live voice, video, chat and realtime communication.
Changelog #
2.0.1 #
All notable changes to the SPLive Flutter SDK are documented in this file.
2.0.0 #
- Renamed the package from
splive_sdktosplive. - Added LiveKit-based voice room connectivity.
- Added realtime room WebSocket support.
- Added room chat messages and realtime events.
- Added microphone enable, disable, and toggle controls.
- Added speaker output control using the current LiveKit AudioManager API.
- Added authentication, user, group, and room services.
- Added room join and leave support.
- Improved connection lifecycle and error handling.
- Updated the public import to
package:splive/splive.dart.
1.0.2 #
Initial stable release of SPLive.
1.0.1 #
- Updated dependency constraints.
- Fixed analyzer warnings.
- Improved package compatibility.
- Added homepage and repository information.
1.0.0 #
Initial stable release of SPLive.
Added #
- Authentication and session management.
- Voice and video rooms.
- LiveKit RTC integration.
- Text chat, images, files, voice messages, and reactions.
- Groups and room management.
- Event system for participants, messages, reactions, typing, and recording.
- Recording controls and analytics.
- Notifications.
- Offline message queue.
- Automatic reconnect.
- End-to-end encryption support.
- Media file caching.
- Ready-to-use Flutter widgets.
- Admin and moderation APIs.
- SPLive example application.