Rydmike

Results 180 comments of Rydmike

Hi @exaby73, to clarify, the report is a detailed list of issues where `Chip` does **not conform to the Material 3 design spec**. I don't see how that is a...

@HansMuller, sure I'll do it later when I have time. The `Chip` implementation does, as can be seen, deviate from the Material 3 spec on many points and is missing...

@HansMuller, per request, issue is now converted to umbrella issue with breakout topics.

Next stable Flutter release will fix this issue, and support for it be included in the next FlexColorScheme feature release, currently the WIP release version number is 6.2.0 since it...

Still same milestone target, but the release will be called 7.0.0, since I am introducing a few minor default style breaking changes. There are no breaking API changes though. There...

Final beta of version 7 is out. There will be no additional features or API changes in the stable release. More info in this tweet thread: https://twitter.com/RydMike/status/1637228788139302914?s=20 Closing this issue...

Looks like this change will require a lot of rework in several repos. Been using things like `RawKeyboardListener` and e.g. `RawKeyEventDataMacOs`, `RawKeyEventDataIos`, since that was pretty much the only way...

Thanks @gspencergoog for the pointers. I'm sure it will be simple enough once I have a closer look at our usage of the impacted APIs and their replacements. The deprecation...

## Background and Rationale Every little time a widget leaves out theme style properties that can be adjusted with widget style properties, but not with theme properties, we depreciate the...

Hi @hbali, @PackRuble and also @TahaTesser and thanks @rodydavis for linking this issue from the Signals package, it made me find it. I have also noticed this rebuild issue when...