Rydmike

Results 125 comments of Rydmike

I was planning to look into practical side of it, I was just unsure if there is a need for it or interest in it. I don't actually think it...

**For info:** A poll for this feature was added to discussions here https://github.com/rydmike/flex_color_scheme/discussions/69 and it is also mentioned in docs here https://docs.flexcolorscheme.com/future_features.

Hi @makanddream, Thank you for posting this issue, and yes this is a known issue. It happens when you set `ThemeData.useMaterial3` to true, or the equivalent flag in `FlexColorScheme`, that...

I opened an issue in Flutter about this issue, to document it there too and to be able to offer a link where it is explained there as well https://github.com/flutter/flutter/issues/107190....

As an update, here is an action issue from Google team that will remedy this issue concerning all the Dialogs https://github.com/flutter/flutter/issues/107423. The issue will still remain for Popups, BottomSheet, Banner...

**Update:** This issue has progressed and there is fix PR here: https://github.com/flutter/flutter/pull/110624 It is not yet even merged into master. Also after merged we have no indication yet if this...

This issue is also mentioned in docs site here: https://docs.flexcolorscheme.com/known_issues#flutter-sdk-elevation-issues-when-opting-in-on-usematerial3

Hi @tomgilder I edited the above long Flexfold demo based case study, that contains all the use cases I have been unable to solve with **Routemaster**. The issues are still...

# The Unbearable Lightness of the Android Back Button I started looking at what "big" (well some) apps do on Android on bottom nav or main nav pattern it uses,...

I used the approach below, for pages that should be stored and never recreated. It is just copy of the same private class that the CupertinoTabScaffold in the SDK uses,...