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

    Apr 29, 2025 · VS Code is a code editor to build and debug apps. With the Flutter extension installed, you can compile, deploy, and debug Flutter apps. To install the latest version of VS Code, follow Microsoft's instructions for the relevant platform: Install on macOS; Install on Windows; Install on Linux

  2. 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.

  3. Create a new app - Flutter

    Apr 28, 2025 · Create a new Flutter app. This page provides step-by-step instructions on how to bootstrap a new Flutter app in your preferred development environment. To create a new Flutter app, first set up Flutter, then choose your preferred …

  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 · You can build apps with Flutter using any text editor or integrated development environment (IDE) combined with Flutter's command-line tools. Using an IDE with a Flutter extension or plugin provides code completion, syntax highlighting, widget editing assists, debugging, and other features.

  6. Make Windows desktop apps | Flutter

    Oct 28, 2024 · You can build apps with Flutter using any text editor or integrated development environment (IDE) combined with Flutter's command-line tools. Using an IDE with a Flutter extension or plugin provides code completion, syntax highlighting, widget editing assists, debugging, and other features.

  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. 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.

  9. Make Android apps | Flutter

    You can build apps with Flutter using any text editor or integrated development environment (IDE) combined with Flutter's command-line tools. Using an IDE with a Flutter extension or plugin provides code completion, syntax highlighting, widget editing …

  10. Debugging - Flutter

    But you can also use all your Flutter debugging functionalities such as hot reload, performance overlays, DevTools, and setting breakpoints in add-to-app scenarios. The flutter attach command provides these functionalities.

Refresh