Results 156 comments of Hans Muller

Providing a way to apply a filter, like `dart format`, to gen_l10n's output sounds reasonable.

It's not a terribly big effort but I don't think it will be accepted for a patch release. Patch releases are for (roughly speaking) small low risk fixes for big...

Providing an option to apply a post-processing pass to the generated code seems quite reasonable. @thkim1011 - see https://github.com/flutter/flutter/pull/98701#issuecomment-1138860096

@FeodorFitsner - IconButton now has its own Material Widget and its size is constrained by the AppBar.actions horizontal layout. This issue was also reported here: https://github.com/flutter/flutter/issues/64702#issuecomment-1203141210. We're working on restoring...

@iqfareez - that looks like a bug, thanks for pointing it out. CC @TahaTesser

I'd like to track this down. Can you provide a description of what's going wrong: how you're interacting with the demo, what you're seeing, what you expect to see, etc?

Thanks for explaining the problem. You're right: in this case the system back button should do the same thing as the app's back button (the down-arrow in the upper left-hand...

Is the problem that the WillPopScope widget's callback unconditionally pops the outermost navigator? Maybe _onWillPop() in expanding_bottom_sheet.dart needs to be changed?

And see https://github.com/flutter/flutter/issues/31483