-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dart native implementation #1
Comments
@guyluz11 do you mean integrating Matter SDK in CyBear Flutter app? Have you tried implementing this SDK in the flutter project? |
Not yet but it is something I would love to contribute to |
That sounds awesome! You can get started by reading the Matter Documentation here. You will also need:
The above-cited code for Android only works for Reading Boolean values the last time I checked. So we still need to write methods to support other data types, as well as functions to send device actions to the hub. |
Thanks for the info. I would like to make this package behave as number 1, sending the matter devices requests and asking for info and states listening for changes and sending set state requests. |
I would love to see Dart native implementation to implement it in CyBear Jinni smart home.
The text was updated successfully, but these errors were encountered: