Rydmike

Results 180 comments of Rydmike

@raghavendra-k-j yes it is a correct observation that all values in `ThemeData` are changed via a `lerp` animation. So if you observe the rebuild of widgets that are affected by...

Changing it as above might be breaking in Flutter as some parts used to depend on `kToolbarHeight` internally, but this might have been changed by now. It is also worthwhile...

Hi @Toorero, not an official reply, just helping out. The component themes, like `AppBarTheme` in `ThemeData` by default, and all default constructors of the component themes, like `AppBarTheme()`, that you...

A few more things to perhaps consider if this implemented: - The default vanilla/raw `Card` getting elevation tint on any supplied color, by default in M3 mode, when a widget...

@TahaTesser the article is great as it is, but if you have the opportunity, time and energy to update it, here are my suggestions: - The easy to use `NavigationDrawer`...

Thank you @TahaTesser, it looks good. I have not tested it in an app yet, I will do soon. Based on the code it looks like it will work fine...

Having ready made factories to easily create the different M3 `IconButton` styles depicted in the Material 3 guide and specification, would be very useful and save a lot of time...

## Yet another analysis of the issue Since I am well aware of this issue and have seen it a lot, here is my analysis of its causes. As far...

@parlough I agree with you this is a bug. The default behavior should not be like this. You get the wrong size on the implicit leading back button's state layer...

Hi @colinbes , Very interesting and good to know there are even more issues with macOS. I am curious though, did you get it to work at all on macOS?...