Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option dialog isn't styled correctly on Android #891

Open
Anderzzon opened this issue Jan 15, 2025 · 3 comments
Open

Option dialog isn't styled correctly on Android #891

Anderzzon opened this issue Jan 15, 2025 · 3 comments

Comments

@Anderzzon
Copy link

Screenshot 2025-01-15 at 11 22 09

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

@diegotori
Copy link
Collaborator

diegotori commented Jan 15, 2025

@Anderzzon Have you tried to customize the builder as demonstrated here?

@Anderzzon
Copy link
Author

@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.

@diegotori
Copy link
Collaborator

The OptionsDialog uses ListTile in its lists. Perhaps you can try to modify the ListTileTheme so that you can attempt to style it accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants