baxcloud_core 0.1.5
baxcloud_core: ^0.1.5 copied to clipboard
Headless BaxCloud foundation — config, HTTP API, tokens, rooms, and analytics metadata for Flutter SDKs and UI kits.
Changelog #
0.1.5 #
- Export
BaxSdkTelemetry/BaxSdkFamilyandversion.dartfor UI kit analytics registration - Required by Chat / Calls UI kits for SDK name+version on token create
0.1.4 #
- Add shared
BaxcloudUserfor all UI kits (replacesBaxCallUser) avatarUrland participantmetadataonly onBaxcloudUser(removed fromBaxConfig)- Custom map helpers:
update/copyWith/mergedMetadata - Separate
roomMetadataon token/join (no dual-write from participant metadata) - Auto-send
sdktelemetry on token create (BaxSdkTelemetry+ core version) - Incoming-invite list helper for Calls kit foreground polling
- Docs and install pin (
baxcloud_core: ^0.1.4)
0.1.3 #
- Merge
avatarUrlandisHostinto tokenparticipant.metadata(align with Flutter SDK / LiveKit consumers) BaxConfig.avatarUrl/BaxConfig.metadatadefaults for room joins
0.1.2 #
- Widen
device_info_plusto>=11.0.0 <14.0.0for compatibility with Calls UI Kit / media stack
0.1.1 #
- Remove private GitHub
repository/issue_trackerlinks from package metadata - Keep public homepage and documentation URLs only
0.1.0 #
- Initial release:
BaxConfig,BaxApiClient,BaxRoomSession, token/room helpers - Call invite / push models for UI kits
- Device and location metadata for analytics on token create