Ujas Majithiya

Results 61 comments of Ujas Majithiya

Please review this #378 pinned issue and see if it helps.

@Sameer330 1. This is happening because you are trying show showcase while build method hasn't completed. So just add just postFrameCallback like this ``` WidgetsBinding.instance.addPostFrameCallback((_) => ShowCaseWidget.of(context).startShowCase([_one, _two, _three]) );...

@jazzbpn @gorkemalgan please your share your implementation so that we can find the issue.

Hey @mdrideout, thank you for your contribution. Can you please resolve conflicts so that we can review your PR.

> I have a chat app - that lazy loads and caches players for each item and keeps track of the currently playing player and ensures only player is playing...

Closing this issue since provided audio doesn't have seek-able data. If you think this a mistake then feel free to create a new issue.

@codecoded and @loic-hamdi we have released `1.0.0` to pub.dev. In which, we have made bitRate nullable. So that platform can decide whatever bitRate is suitable. Mostly the bitRate parameter was...