chunhtai
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...
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: - [...
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...
go_router should implement the RouterConfig interface and be able to use it like: ```dart MaterialApp.router( routerConfig: GoRouter( // … ) ); ```
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...
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...
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...
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...
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.
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...