en un clic
dart_sdk_skills
dart_sdk_skills contient 4 skills collectées depuis MelbourneDeveloper, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Set up the Dart SDK development environment — from deps to full builds to running tests. Handles depot_tools, bootstrapping SDK, gclient sync, building, and test.py.
Build the Dart SDK compilers and VM runtime. Use when you need to compile the SDK, build specific targets (runtime, most, create_sdk, dart2js, analysis_server), or troubleshoot build issues.
Guide for modifying the Dart language — adding features, AST nodes, parser rules, CFE type inference, experimental flags, and diagnostics. Use when implementing or modifying Dart language features.
Run Dart SDK tests — language tests, corelib tests, analyzer tests, dart2js tests, and package-level tests. Use when running tests after building the SDK or verifying language changes.