chewie icon indicating copy to clipboard operation
chewie copied to clipboard

Option dialog isn't styled correctly on Android

Open Anderzzon opened this issue 10 months ago • 3 comments

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

Anderzzon avatar Jan 15 '25 10:01 Anderzzon

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

diegotori avatar Jan 15 '25 15:01 diegotori

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

Anderzzon avatar Jan 16 '25 09:01 Anderzzon

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

diegotori avatar Jan 16 '25 18:01 diegotori