Resolving Dart Static Analysis Errors
使用 get_runtime_errors 和 lsp 获取活动堆栈跟踪,定位失败行,应用修复,并通过 hot_reload 验证解决。
安装命令
npx skills add https://github.com/dart-lang/skills --skill dart-fix-runtime-errors
使用 get_runtime_errors 和 lsp 获取活动堆栈跟踪,定位失败行,应用修复,并通过 hot_reload 验证解决。
npx skills add https://github.com/dart-lang/skills --skill dart-fix-runtime-errors