chunhtai
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...
b/262226740 Material Textfield has the ability to add placeholder text  The place holder text is shown when the textfield has input focus but is empty. Flutter should add the...
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...
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...
go_router_builder should support new feature added into go_router_v5 These include - shellRoute API - async and buildcontext redirect.
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]...
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...
… 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....
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...
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 -...