Greg Price

Results 224 comments of Greg Price

Sure, splitting this PR up sounds great. I did just push back to your PR branch a rebased version, though, with conflicts resolved. So take a look at that and...

OK, I've pushed the following commits to the main branch: 2fa3eec2d deps: Update Cargo.lock format to version 3 c36301c3a deps: Update lexical-core, fixing the build on newer Rust 8f93d2f46 deps:...

Adding a cross-reference because I don't see it already mentioned in this thread: The Dart team have an in-progress proposal for adding static metaprogramming to Dart in the form of...

It looks like this may be the same issue as #51337.

As a partial diagnosis: I think the point where it sticks at is the `minChildSize`. By default that's 0.25, which is what we see in the repro video. (I haven't...

@AlexV525 A new issue would probably be a more effective place to discuss ideas for further changes, rather than this old merged PR. You can always link to the PR...

For cross-reference: #122289 was (and #122290 fixed) a case of this that was in the `flutter create` templates rather than in the Flutter Gradle plugin, and that was therefore causing...

@ti4n1993 Please file a new issue, and fill out the complete issue template including the output of `flutter doctor -v`. That will make it possible to investigate the issue you're...

Here are before/after screen recordings showing the effect of this PR. The recipe is very similar to the repro recipes for #119875 and #120338: 1. Use the [`platform_tests/scroll_overlay`](https://github.com/flutter/platform_tests/tree/1d797b8699546f1178e3cf58de9c6cc64f825281/scroll_overlay) app, on...

This PR does not use Android's exact scrolling curve, as the previous PRs #77497 and #107735 did. As described in #120338, the Android curve unfortunately does not satisfy the Flutter...