praharshbhatt / google_matter_flutter

Flutter plugin for getting implementing Google's Matter SDKs on Android
MIT License
5 stars 1 forks source link

Dart native implementation #1

Open guyluz11 opened 1 year ago

guyluz11 commented 1 year ago

I would love to see Dart native implementation to implement it in CyBear Jinni smart home.

praharshbhatt commented 1 year ago

@guyluz11 do you mean integrating Matter SDK in CyBear Flutter app? Have you tried implementing this SDK in the flutter project?

guyluz11 commented 1 year ago

Not yet but it is something I would love to contribute to

praharshbhatt commented 1 year ago

That sounds awesome! You can get started by reading the Matter Documentation here.

You will also need:

  1. A Google Nest Hub for facilitating local connectivity.
  2. A matter-enabled device, or a virtual Matter device.

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.

guyluz11 commented 1 year ago

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.