Marco Nicotra
Marco Nicotra
I had the same issue. the example was working fine but using the plugin inside my existing project results in infinite loading. In my case, the issue was caused by...
> use this **app**:fab_label="test label" > instead of **fab**:fab_label="test label" Yes with **app:** it's working nice, it is needed also for app:fab_size="mini" In my case I'm using a RelativeLayout
Same problem on the web version. Any update?
same problem here, when the app is closed the listenToOnStartStream returns an empty callback.
I had the same problem with iOS 18.0, I couldn't find a solution and trying with permission_handler didn't solve the issue. Then I noticed that on simulator with **iOS 18.1**...