Skip to content

VS Code Extension Paid Plan Info #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/ff-concepts/adding-customization/vscode-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ While you can edit custom code inside FlutterFlow's in-app code editor, editing
3. **Leverage Flutter & Dart Tooling**: Using Visual Studio Code allows you to take advantage of existing Flutter and Dart tools, making it easier to develop and refactor your custom code.
4. **Leverage the AI Ecosystem**: Additionally, you can easily utilize AI tools available in the Visual Studio ecosystem, such as Copilot.

:::info
The VS Code extension requires downloading code, for which you must be on [**paid plan**](https://www.flutterflow.io/pricing).
:::

## Installation

Expand Down
Loading