Ujas Majithiya
Ujas Majithiya
Hey @tneotia, I tried your shared wav file and it does crash the app. So I tried increasing the buffer size in native side and it works fine for me....
I think we have to find a solution where it automatically finds optimal amount of buffer required to decode the audio. And to answer your question increasing buffer size might...
Hey @jackwill99, The link you provided requires access can you please make it open, and what configuration did you set for recording an audio file? Because with default settings I'm...
@jackwill99 Can you check this in `1.0.1` if this issue still persists with default setting and also I would suggest removing the bitrate parameter.
You shouldn't be facing the crash from `1.0.0`. the native initialization of the player was force unwrapped that's why it was throwing exception sometimes. I'm going to close this issue...
@hey-nicolasklein We have released `1.0.0` to pub.dev with this feature and many more
@prashanttechnoyuga This feature is already released.
I think the error suggest that somehow Showcase is trying to show tooltip and at same time that screen is closed so `context` for that screen is no longer available.
Hey @mahdiqdi, ShowCaseWidget has parameter called `disableBarrierInteraction` which you can set to **true** to disable barrier clicks and for getting more info on other parameters please check [Documentation](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/blob/master/README.md).
reopening for further investigation.