Rydmike

Results 125 comments of Rydmike

On that note, would it be possible to create a lint rule that could be enabled to detect these kind of issues, and it would warn you when you might...

A lint rule that can catch and warn about certain APIs, that you might stumble on in Flutter Web and VM cross platform dev, would already imo be very useful...

We also like `always_specify_types` because we too prefer the clarity of type annotations. But like @uldall mentions, the current lint rule `always_specify_types` is indeed a bit over verbose in the...

In my opinion the integrated dev tools in the IDE's offer a superior user experience to the ones running externally in the browser. Removing already existing features from the IDE's...

Totally agree. I made a related suggestion in Flutter repo here https://github.com/flutter/flutter/issues/77607 since Dart team in the existing related topic in Dart repo here https://github.com/dart-lang/sdk/issues/45234 suggested to add it there....

## Related AppBarTheme issue [#110878](https://github.com/flutter/flutter/issues/110878) The DartPad version using **Flutter stable 3.3.0** now also show how issue https://github.com/flutter/flutter/issues/107305 has regressed to **Flutter 3.3.0 stable**, as mentioned here: https://github.com/flutter/flutter/issues/110878 When running...

Thanks @danagbemava-nc for the speedy triage. Sadly I did not catch this one in time so it could be fixed before Flutter 3.3.0 stable release. The medium and large SliverAppBars...

This feature would indeed very be useful for the use-case already presented earlier here https://github.com/flutter/flutter/issues/34704#issuecomment-639848927. Obvious place to configure this behavior is of course via the already existing enum ```dart...

Yes, I agree, but since it already used for a case that is not really always showing, and changing its name and function, would be a breaking change, it is...