Rydmike

Results 180 comments of Rydmike

## What is expected concerning CupertinoThemeData? Glad to see some comments on this topic. 👍🏻 😄 I'm looking for and hoping for some input on what devs would like to...

When it comes to making adaptive Material3 themes that looks different when using Material 3 in Android and on iOS, FCS and Playground already supports this. You can create a...

I still have no real insights into what users expect from Cupertino support, since basically Cupertino has no real theming supporting in Flutter apart from a few colors. `ThemeData` from...

Hi @Piotr12, There are two options you can use to currently style the OK/Close buttons. ### 1. Wrap with desired button theme You wrap it with a theme where the...

Sorry to say, but this colored "OK" button cannot be done within the currently used `AlertDialog`. simply because the OK and Cancel buttons are in the `AlertDialog` widget and not...

@Piinks and @camsim99, Regarding the system chrome style via the `AppBar`. In an app you don't really have much choice than using both `SystemUiOverlayStyle` via both the AppBar (as long...

I re-tested this with Android versions from 9 to 13. I could no longer reproduce any of the actual issues reported above on Android 9 and 11 in Flutter stable...

Finally added some more widget tests in release 3.3.1, it is now at 75%. Still a bit to targeted 85%, but closer 😄

Coverage is at 84.5% I consider the target 85% reached, but will strive for 90% later. I'll keep adding tests now and then.

Hi @davoutuk, thanks for your question. Can you show me how you are expecting things to look? What your use case looks like? It is a bit unclear to me....