dart-lang
- 20 skills
- 0 followers
- 5 hours ago last updated
- ▌ Update Packages · dart-langUpdates pinned package dependencies for Dart and Flutter project templates. Use when adding/removing packages from the allowlist or updating dependency versions across Flutter channels (main/beta/stable).
- ▌ Refactor Dart Dot Shorthands · dart-langRefactor Dart code to use modern language features, specifically dot shorthands (member access shorthands) introduced in Dart 3.7. Use this when you want to make code more concise by removing redundant type names in enum or static member access when the context type is known.
- ▌ Add MCP Feature · dart-langInstructions for adding new features (tools, prompts, etc.) to the dart_mcp_server package.
- ▌ Update MCP Spec Version · dart-langInstructions for updating the supported Model Context Protocol (MCP) specification version in the `dart_mcp` package.
- ▌ Update Dart MCP Server Readme Md File · dart-langInstructions for updating the README.md file in the `dart_mcp_server` package.
- ▌ Sync Changelog · dart-langSync the changelog from the Dart SDK repo to update the changelog.yml entries in the site repository.
- ▌ Contribute Blog · dart-lang bundleCreate, import, edit, or review posts for the official Dart blog at dart.dev/blog, including metadata, media, authors, and publication checks.
- ▌ Update Whats New · dart-langUpdate the whats-new page with changes to the website since the previous release.
- ▌
- ▌ Stage Site Locally · dart-langStages the Dart site locally for PR validation. Includes formatting Dart code, syncing excerpts, building the site, checking for broken links, and serving the development site.
- ▌
- ▌ Read Gerrit Cl · dart-lang bundleFetch and display the full patch/diff or comments for a Gerrit CL.
- ▌
- ▌ Update Native Rev · dart-langUpdates the native_rev dependency in the DEPS file with all correct verification, sync, and testing procedures
- ▌ Implement A Lint · dart-langGuide for creating, registering, documenting, and testing a new lint in the Dart SDK.
- ▌ Closing Obsolete Issues · dart-lang bundleFind obsolete, stale, or not reproducible analysis-server issues in the dart-lang/sdk repository.
- ▌ Dart Add Unit Test · dart-langWrite and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.
- ▌ Dart Use Doc Examples · dart-langHow to inject external code examples into Dartdoc using the {@example} directive, and how to filter those files using #hide, #region, and #endregion tags.
- ▌ Dart Write Documentation · dart-langRules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective Dart documentation guidelines.
- ▌ Dart Use Primary Constructors · dart-langHelp users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, in-body initializer list syntax, and abbreviated concise constructor syntax.