
Android Studio and IntelliJ - Flutter
May 15, 2025 · Learn how to develop Flutter apps in Android Studio and other IntelliJ products.
Set up Android development - Flutter
Sep 25, 2025 · Learn how to set up your development environment to run, build, and deploy Flutter apps for Android devices.
Get started | Flutter
Sep 25, 2025 · Install the Flutter SDK, set up any initial target platform, and get started learning and developing with Flutter!
Integrate Flutter | Flutter
Sep 5, 2025 · Using Android Studio, you can edit both your Android and Flutter code in the same IDE. You can also use IntelliJ Flutter plugin functionality like Dart code completion, hot reload, …
Troubleshoot | Flutter
Sep 5, 2025 · Flutter automatically uses the JDK included in Android Studio. If you do need another version of Java, try the workaround described in this GitHub issue until a long-term …
Upgrade | Flutter
Sep 5, 2025 · This command gets the most recent version of the Flutter SDK that's available on your current Flutter channel. If you are using the stable channel and want an even more recent …
Create a new Flutter app
Sep 25, 2025 · Learn how to bootstrap a new Flutter application from your command-line, different editors, and even in the cloud.
Flutter SDK | Flutter
Sep 25, 2025 · SDK support for Flutter developer tools The IDE tooling for Flutter (Android Studio and Intellij plugins, VS Code extensions) supports Flutter SDK versions going back two years.
Android Java Gradle migration guide - Flutter
Oct 10, 2025 · The Android Studio app includes a version of Java, which Flutter uses by default. If you don't have Android Studio installed, Flutter relies on the version defined by your shell …
Install with VS Code | Flutter
Oct 7, 2025 · Learn how to install and set up Flutter in a Code OSS-based editor. This includes (but is not limited to), VS Code, Cursor, and Windsurf.