Ewaoluwa Ogunneye

Results 2 comments of Ewaoluwa Ogunneye

Here's an example. https://cdn3.wowza.com/1/T0hFeU5yelVCK0xl/c3NYVkpw/hls/live/playlist.m3u8 I hope it helps in the investigation, @KhuramKhalid.

To achieve a _one-circle-at-a-time_ scroll behaviour, I would recommend using a custom `ScrollPhysics` which extends `CircleFixedExtentScrollPhysics`. ``` class CustomScrollPhysics extends CircleFixedExtentScrollPhysics { const CustomScrollPhysics ({ScrollPhysics parent}) : super(parent: parent); @override...