About 398 results
Open links in new tab
  1. VS Code | Flutter

    Apr 29, 2025 · To create a new Flutter project from the Flutter starter app template: Go to View > Command Palette.... You can also press Ctrl / Cmd + Shift + P. Type flutter. Select the Flutter: New Project. Press Enter. Select Application. Press Enter. Select a Project location. Enter your desired Project name.

  2. Create a new app - Flutter

    Apr 28, 2025 · Your new app should now be created and open in VS Code. To try your new app, follow the steps to run and debug in VS Code. You've successfully created a new Flutter app in VS Code! If you need more help with developing Flutter in VS Code, check out the VS Code for Flutter reference.

  3. Write your first app - Flutter

    Apr 17, 2025 · You are now ready to start the "First Flutter app" codelab. In about an hour and a half, you will learn the basics of Flutter by creating an app that works on mobile, desktop, and web.

  4. flutter: The Flutter command-line tool | Flutter

    Apr 4, 2024 · The flutter command-line tool is how developers (or IDEs on behalf of developers) interact with Flutter. For Dart related commands, you can use the dart command-line tool. Here's how you might use the flutter tool to create, analyze, test, and run an app:

  5. Make Android apps | Flutter

    Jan 1, 2024 · Launch VS Code. To open the Command Palette, press Control + Shift + P. In the Command Palette, type flutter. Select Flutter: New Project. VS Code prompts you to locate the Flutter SDK on your computer. If you have the Flutter SDK installed, click Locate SDK. If you do not have the Flutter SDK installed, click Download SDK.

  6. Android Studio and IntelliJ - Flutter

    Apr 29, 2025 · Creating a new Flutter project from the Flutter starter app template differs between Android Studio and IntelliJ. In Android Studio: In the IDE, click New Flutter Project from the Welcome window or File > New > New Flutter Project from the main IDE window.

  7. Run DevTools from VS Code - Flutter

    Apr 9, 2024 · To use the DevTools from VS Code, you need the Dart extension. If you're debugging Flutter applications, you should also install the Flutter extension.

  8. Make Windows desktop apps | Flutter

    Oct 28, 2024 · Launch VS Code. To open the Command Palette, press Control + Shift + P. In the Command Palette, type flutter. Select Flutter: New Project. VS Code prompts you to locate the Flutter SDK on your computer. If you have the Flutter SDK installed, click Locate SDK. If you do not have the Flutter SDK installed, click Download SDK.

  9. Web development | Flutter

    Nov 12, 2024 · To set up your project, you can create a new Flutter project or add web support to an existing project.

  10. Set up an editor - Flutter

    Apr 29, 2025 · You can build apps with Flutter using any text editor or integrated development environment (IDE) combined with Flutter's command-line tools. The Flutter team recommends using an editor that supports a Flutter extension or plugin, like VS Code and Android Studio.

Refresh