You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize if I'm just stupid but I can't get the modal bottom sheet to appear correctly on Android and web. It works as expected in iOS. I've tried to update every parameter in my ThemeData but no success. I have solved it for now by wrapping the Chewie widget in a ThemeData and set the platform to: TargetPlatform.iOS
Chewie version: 1.9.2
Flutter version: 3.27.1
The text was updated successfully, but these errors were encountered:
@Anderzzon Have you tried to customize the builder as demonstrated here?
I tried it briefly but ran into some problems there as well. The whole point of using Chewie was not to have to do any custom styling so if possible I want to avoid that.
I apologize if I'm just stupid but I can't get the modal bottom sheet to appear correctly on Android and web. It works as expected in iOS. I've tried to update every parameter in my ThemeData but no success. I have solved it for now by wrapping the Chewie widget in a ThemeData and set the platform to: TargetPlatform.iOS
Chewie version: 1.9.2
Flutter version: 3.27.1
The text was updated successfully, but these errors were encountered: