Currently, whenever HomeConnectOauth.authorize is called, it always show the predefined bottom sheet from the package, the only workaround I found is to extend HomeConnectOauth and override the authorize method, even though that's not a very complex work, I still think it would be great to have custom UIs as well so that developers can implement the feature following their own design system.
Currently, whenever
HomeConnectOauth.authorizeis called, it always show the predefined bottom sheet from the package, the only workaround I found is to extendHomeConnectOauthand override theauthorizemethod, even though that's not a very complex work, I still think it would be great to have custom UIs as well so that developers can implement the feature following their own design system.