chunhtai

Results 44 issues of chunhtai

The `build_runner build` will cache build artifacts and will only rebuild if the source files changed. This sometimes makes it hard to run unittest locally. Suggestion: the `expectBuildClean` will clean...

enhancement
good first issue

copied from https://github.com/csells/go_router/issues/330 GoRouter as of now is lacking behind the current methods available by the flutter navigator. Currently missing to get at least the basics completely working: - [...

new feature
package
P5
p: go_router

The new widget register a browser dom element to intercept the right click and swap out the text dom element to bring up the correct context menu This works according...

a: text input
framework

go_router should implement the RouterConfig interface and be able to use it like: ```dart MaterialApp.router( routerConfig: GoRouter( // … ) ); ```

package
p: go_router

Previously the extra parameter is not stored in browser session. When the browser backward and forward, it only sends url to the GoRouter without extra parameter. It may crash if...

p: go_router

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

p: go_router

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

p: go_router

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

platform-web

Currently the https://docs.flutter.dev/development/ui/navigation/deep-linking only provide steps to set up custom schema for iOS, It should also provide steps to set up universal link.

platform-ios
documentation

This reverts commit 20a78ed69f45502344010aedff4d915db27072b2. fixes https://github.com/flutter/flutter/issues/110790 changes are in second commit. I added a condition in semantics debugger to not print out duplicate label if the platform is android and...

framework
f: material design
a: accessibility
autosubmit