杨加康
杨加康
ref #926 Markdown 文档路径:https://github.com/cfug/flutter.cn/blob/main/src/content/ui/interactivity/actions-and-shortcuts.md 英文文档预览:https://docs.flutter.cn/ui/interactivity/actions-and-shortcuts 预计完成时间:15 - 18 天
Tested and valid with FlutterEngineGroup.
@chenglu 路哥,在 ci 里执行一下 `./tool/get-dart/archive/compile.sh` 脚本,实现自动化吧。
## Use case Why don't we have FragmentPluginBinding or FragmentAware? When we develop a plugin, we can get some engine information through various callback in XXXPlugin, such as the attached...
**Describe the bug** I can no longer start my virtual machine. **To Reproduce** ```shell multipass start ``` Some of my operations in vm: ``` sudo apt-get update # Installing tools...
### Steps to reproduce 1. Use the config below ``` final GoRouter _router = GoRouter( routes: [ GoRoute( path: '/', redirect: (context, state) => '/home', routes: [ GoRoute( path: 'home',...
Hi ADK team, I’m planning to implement a Dart version of the Agent Development Kit and wanted to check in before I dive in: - Does Google already have an...