chunhtai

Results 44 issues of chunhtai

…ld semanticsConfigurations (#110730)" fixes https://github.com/flutter/flutter/issues/110158 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read...

a: text input
framework
f: material design
a: accessibility
f: scrolling

b/262226740 Material Textfield has the ability to add placeholder text ![image](https://user-images.githubusercontent.com/47866232/207398413-ae1a222a-47b4-4f50-949e-21c8fa1d4223.png) The place holder text is shown when the textfield has input focus but is empty. Flutter should add the...

a: text input
new feature
framework
f: material design
a: accessibility
P3

copied from https://github.com/csells/go_router/issues/134 Currently there is no automatic way to have your routes remember their internal state as you navigate between them. This is often a desired UX feature as...

new feature
p: first party
package
P5
p: go_router

fixes https://github.com/flutter/flutter/issues/111931 This pr let text widget to use child semanticsconfigurations delegate API to add synthetic semantics configurations to be merge up. ## Pre-launch Checklist - [ ] I read...

a: text input
framework
f: material design
a: accessibility

go_router_builder should support new feature added into go_router_v5 These include - shellRoute API - async and buildcontext redirect.

package
P5
p: go_router_builder

fixes https://github.com/flutter/flutter/issues/113130 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...

framework
f: cupertino
will affect goldens

The https://api.flutter.dev/flutter/dart-ui/StringAttribute-class.html is useful to attach certain attribute to a string for accessibility focus. This information is not sent as part of embedder API https://github.com/flutter/engine/blob/18750d2452519ebe006f935d4d054f15a4949890/shell/platform/embedder/embedder.h#L1115 We should add support for...

new feature
engine
a: accessibility
e: embedder
P3

… in a11y Fixes https://github.com/flutter/flutter/issues/59402 Fixes https://github.com/flutter/flutter/issues/37162 migration guide: https://github.com/flutter/website/pull/8312 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs....

a: text input
framework
f: material design
a: accessibility
f: scrolling
f: cupertino

Related https://github.com/flutter/flutter/issues/100624 The goal is to make sure the engine can send a location string in either the existing format or a complete uri string to the framework, and the...

framework
f: material design
f: cupertino
f: routes

pop will remove pathparameter from routeMatchList, and the goRouterState also use the same reference to the pathparameter in the routeMatchList, thus parameters got removed as well ## Pre-launch Checklist -...

p: go_router