Akash Giri
Akash Giri
When player is initialised in the adapter , initially it works fine. But when go to another activity and come back from that activity to the fragment where RecyclerView is...
I am using this library to load youtube player in a recycler view. On scrolling up and down, wrong thumbnail of the video is loaded. Sometimes wrong thumbnail is load...
I have add Internet permission in Android manifest file. ` ` Even then also image is not loading, I can see a circular progress bar with black background. Kindly help...
Can there be a setting added to place the progress bar at the bottom.
Selected Item color is show as black even after setting it to white **Here is the code** **Here is the Output** Dropdown color is fine Please fix this soon
## 🐛 Bug Report ### Expected behavior Expected to work on page load ### Reproduction steps ``` void initState() { super.initState(); flutterTts = FlutterTts(); sessionData = SessionData(visitor: VisitorModel(), log: VisitorLogModel());...