flutter_amazon_chime 0.1.2
flutter_amazon_chime: ^0.1.2 copied to clipboard
Flutter plugin for the Amazon Chime SDK, providing audio/video conferencing on iOS and Android.
0.1.2 #
- Tighten dependency lower bounds so the package actually compiles against its declared minimums. Previously
logger: ^2.0.0allowed2.0.0, which did not containDateTimeFormat. No public API changes.
0.1.1 #
- Bump
loggerconstraint to^2.0.0to stay on the latest upstream version. No public API changes.
0.1.0 #
- Initial public release.
- Audio and video meetings on iOS and Android via the Amazon Chime SDK.
- Screen sharing on both platforms. On iOS,
JoinInfo.screenShareExtensionIdor theChimeScreenShareExtensionInfo.plist key overrides the default<mainBundleId>.ScreenShareExtsuffix so the broadcast upload extension target can be named anything. - Three usage tiers: drop-in
AmazonChimeView, custom UI withChimeSession, or fully headless viaAmazonChime.instancestreams and methods. - Real-time data messages, active speaker detection, connection quality signals, audio device management, and periodic meeting-quality metrics.
- Typed exceptions (
ChimePermissionException,ChimeMeetingException,ChimeDeviceException,ChimeStateException) for structured error handling.