Tom Friml
Tom Friml
Have a look here https://github.com/jamesblasco/modal_bottom_sheet/issues/193, there are couple more issues raised over the years if you look deeper.
Hi, I've tried to generate 300 items and don't see any delay. Can you possibly share your code?
You mean that you would see first item following the last item? I can have a look if it's possible to implement.
Sorry guys, I haven't done any iOS for years but feel free to create a PR if you manage to fix the issue.
Hi, Here is the code for listening to device orientation and forcing it (after device orientation changes and also when user taps button). ```dart @override void initState() { super.initState(); //...
Yeah, I could not find anything either. Not sure if I understand what do you mean by adding a button to set the preview orientation? When this issue happens the...
@ThibaultBee have you got any suggestions?
Yes, 1.0.6, unfortunately, doesn't seem to fix it :(
I've also tried to replace the `CameraPreview` from `apivideo` package with the one from `camera` package and it doesn't seem to be affected by this issue.
But the orientation is detected correctly by the `CameraPreview` widget (from both packages), it's the stream which is wrong.