chunhtai
chunhtai
same as https://github.com/flutter/flutter/pull/168703, but previous pr seems bugged github ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. -...
fixes https://github.com/flutter/flutter/issues/170348 The root cause is the RawGestureDetector doesn't call individual ontap method with correct position. A previous refactor to cupertinoButton remove the onTap, but instead using the individual tap...
This is an attempt to reduce initial data delay when android or iOS tries to query semantics tree. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and...
as title needs website link pr merge https://github.com/flutter/website/pull/12149 ## Pre-Review Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [...
### Steps to reproduce 1. run the app on chrome with tall window, the taller the worse 2. Drag the sheet with mouse ### Expected results sheet should follow the...
### Page URL https://api.flutter.dev/flutter/widgets/CustomScrollView-class.html ### Page source _No response_ ### Describe the problem Using chrome on macOS 1. click the copy button notice it doesn't work and crashes the app...
We should make sure devtool can pass internal accessibility standard.
This fixes main branch part of https://github.com/flutter/flutter/issues/176433 The work left is adjusting cocoon to also run this check in release branch The high level view of this pr. 1. Move...
as title. This is required due to our policy context: https://github.com/flutter/flutter/issues/179033 ## Pre-Review Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting...