Skip to content

Commit ae0a642

Browse files
sfshaza2parlough
andauthored
Adding mention of Cursor and Windsurf (#12503)
Addresses #12355 I'm not sure if further mods are needed for the VS Code page. --------- Co-authored-by: Parker Lougheed <[email protected]>
1 parent 13add84 commit ae0a642

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

src/content/ai/create-with-ai.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,22 @@ resources:
4545

4646
## AI development tools
4747

48-
AI can not only be a feature in your app, but also a powerful assistant in your
49-
development workflow. Tools like Gemini Code Assist and the Gemini CLI can help
50-
you write code faster, understand complex concepts, and reduce boilerplate.
48+
AI isn't only a feature in your app,
49+
but can also be a powerful assistant in your development workflow.
50+
Tools like [Gemini Code Assist](#gemini-code-assist),
51+
[Gemini CLI](#gemini-cli), [Claude Code][], [Cursor][],
52+
and [Windsurf][] can help you write code faster,
53+
understand complex concepts, and reduce boilerplate.
54+
55+
[Claude Code]: https://www.claude.com/product/claude-code
56+
[Cursor]: https://cursor.com/
57+
[Windsurf]: https://windsurf.com/
5158

5259
### Gemini Code Assist
5360

5461
[Gemini Code Assist][] is an AI-powered collaborator available in
55-
Visual Studio Code and JetBrains IDEs (including Android Studio). It has a deep
56-
understanding of your project's codebase and can help you with:
62+
Visual Studio Code and JetBrains IDEs (including Android Studio).
63+
It has a deep understanding of your project's codebase and can help you with:
5764

5865
* **Code completion and generation**: It suggests and generates entire blocks of
5966
code based on the context of what you're writing.
@@ -83,19 +90,17 @@ To get started, visit the [Gemini CLI][] website, or try this
8390

8491
## Dart and Flutter MCP Server
8592

86-
To provide assistance during Flutter development, AI tools such as
87-
Gemini Code Assist and Gemini CLI need to communicate with Dart
88-
and Flutter's developer tools. The Dart and
89-
Flutter MCP Server facilitates this communication.
90-
MCP (model context protocol) is a specification that
91-
outlines how development tools can share the context of a user's code
92-
with an AI model, which allows the AI to better understand and interact
93-
with the code.
93+
To provide assistance during Flutter development, AI tools
94+
need to communicate with Dart and Flutter's developer tools.
95+
The Dart and Flutter MCP Server facilitates this communication.
96+
The MCP (model context protocol) specification outlines how
97+
development tools can share the context of a user's code with an AI model,
98+
which allows the AI to better understand and interact with the code.
9499

95100
The Dart and Flutter MCP server provides a growing list of tools to analyze
96-
and fix errors, hot reload, get the selected widget, and more. This bridges
97-
the gap between the AI's natural language understanding, and
98-
Dart and Flutter's suite of developer tools.
101+
and fix errors, hot reload, get the selected widget, and more.
102+
This bridges the gap between the AI's natural language understanding,
103+
and Dart and Flutter's suite of developer tools.
99104

100105
To get started, check out the official documentation for the
101106
[Dart and Flutter MCP server][dart-mcp-dart-docs]

src/content/install/with-vs-code.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ description: >-
66
Learn how to use VS Code to quickly install and set up the Flutter SDK.
77
---
88

9-
Learn how to use VS Code to
10-
quickly set up your Flutter development environment.
9+
Learn how to install and set up Flutter in a Code OSS-based editor.
10+
This includes (but is not limited to), [VS Code][], [Cursor][], and [Windsurf][].
11+
12+
[VS Code]: https://code.visualstudio.com
13+
[Cursor]: https://cursor.com/
14+
[Windsurf]: https://windsurf.com/
1115

1216
:::tip
1317
If you've never set up or developed an app with Flutter before,

0 commit comments

Comments
 (0)