Add getting started instructions for various coding agents - #13709
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new 'Get started' guide for developing with AI in Flutter, detailing setup instructions for various AI coding agents like Antigravity, Claude Code, Codex, and Cursor. It also updates existing documentation and sidebar navigation to integrate this new guide. The review feedback suggests improving keyboard shortcut formatting consistency, addressing the use of the deprecated 'Codex' name and its mismatched link to GitHub Copilot, and adding a missing repository cloning step for the Cursor plugin installation instructions.
|
Staged preview of the updated docs.flutter.dev site (updated for commit bdb5824): https://flutter-docs-prod--docs-pr13709-install-plugins-4eu7mqb3.web.app |
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
Staged preview of the updated flutter.dev site (updated for commit bdb5824): https://flutter-dev-230821--www-pr13709-install-plugins-z9r9un4h.web.app |
Standardized capitalization of 'agent skills' in the document.
| Click the **Install** button for Dart and then do the same | ||
| for Flutter. | ||
| Open **Settings** (press <kbd class="special-key">Cmd/Ctrl</kbd> + <kbd>,</kbd>) | ||
| and navigate to the **Build with Google** screen. |
There was a problem hiding this comment.
It took me awhile to figure out where this is because it's kind of hidden. Turns out once you're in the settings, you go to the Customizations tab, scroll to the bottom, and click the Customize button next to Build With Google Plugins.
…ugins and resolve conflicts
|
My additions:
|
johnpryan
left a comment
There was a problem hiding this comment.
The additional changes LGTM, thanks for the quick and thorough review!
This adds a new page (
/ai/getting-started) that has the latest instructions for installing agent plugins (github.com/flutter/agent-plugins).This also removes some installation instructions from the skills page.
cc: @keertip @lamek @jesskuras
fixes #13707