Miguel Beltran
Miguel Beltran
> Just double checking - Did you turn all to do's into an Issue? yes, I did!
FYI, this model can now be integrated using the ModBus protocol and the SunSpec integration in Home Assistant. There is some info here: https://community.home-assistant.io/t/sma-tripower-x-stp-xx-50/536572/21
I created this four years ago, I have no idea sorry. I will archive the repo.
Feel free to send a PR replacing the old buttons with the new Material ones! I would really appreciate it.
I'll recommend upgrading to 6.0.x since there were changes in the iOS native implementation. For what I can see it looks like a crash in https://github.com/fluttercommunity/plus_plugins/blob/c71730e65a0ea59bc177d3dcb2da2abbaa1bcc61/packages/connectivity_plus/connectivity_plus/darwin/Classes/SwiftConnectivityPlusPlugin.swift#L22 or https://github.com/fluttercommunity/plus_plugins/blob/c71730e65a0ea59bc177d3dcb2da2abbaa1bcc61/packages/connectivity_plus/connectivity_plus/darwin/Classes/ConnectivityPlusPlugin.m#L12 but not...
@imkmsh your issue is unrelated to the one in the ticket. The error you pasted already tells you what you did wrong.
Is this an android error or a web error? your report says Android 12, but the logs talk about deploying for web
Are you wrapping the call with a try/catch? The method throws exceptions if it fails: https://github.com/fluttercommunity/plus_plugins/blob/e61b4725332adfca756cd77c97354f2f29be0907/packages/share_plus/share_plus/lib/src/share_plus_web.dart#L32-L68
My guess is that the difference between `share()` and `shareUri` is that the former has the following code in the try/catch: ```dart if (e.name case 'AbortError') { return _resultDismissed; }...
Giving some priority to this feature on Hacktoberfest, let's see if we can make it happen