Results for “dart-lang” - 3 found
Analyzing and Fixing Dart Code
1,209Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use duri
General
by dart-lang/skills
Resolving Dart Static Analysis Errors
1,208Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.
General
by dart-lang/skills
Building Dart CLI Applications
1,156Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.
General
by dart-lang/skills