ehtiqamar

Results 5 comments of ehtiqamar

> Try to set the release mode before playing. Also use `await` before `setReleaseMode` and `play`. > > See also #1526 Ok, I'll try with await, but I don't think...

> @ehtiqamar did you find a solution? I am also struggling with this for Android 6 devices in specific nope, I tried the above solution but it is still crashing

> ListView.builder does not keep state when reordering the child, you will either need to use ListView or ListView.custom and provides [your own builder](https://api.flutter.dev/flutter/widgets/SliverChildBuilderDelegate-class.html) and with this [callback](https://api.flutter.dev/flutter/widgets/SliverChildBuilderDelegate/findChildIndexCallback.html) I don't...