matter_sharing 0.1.2
matter_sharing: ^0.1.2 copied to clipboard
Share Matter smart home devices to Apple Home and Google Home from Flutter. Supports iOS and Android with a simple unified API.
Changelog #
0.1.2 #
- iOS: Fix double Google sign-in prompt on first install by pre-warming
prepareForMatterCommissioningafter session restore. - iOS: Detect duplicate device commissioning (HFErrorDomain Code=33) and return
MatterSharingErrorCode.alreadyCommissionedinstead of a generic error.
0.1.1 #
- iOS: Fix
GoogleHomeSDK not availableerror when installed from pub.dev. - iOS: Add Swift Package Manager (SPM) support.
- Bump minimum Flutter version to 3.41.0.
0.1.0 #
- Initial release.
- iOS: Share to Apple Home via
HMAccessorySetupManager. - iOS: Share to Google Home via Google Home SDK + Matter Extension.
- Android: Share to Google Home via
play-services-home.