
Build and release an Android app - Flutter
Nov 13, 2025 · To test an app, you can use flutter run at the command line, or the Run and Debug options in your IDE. When you're ready to prepare a release version of your app, for example to …
Write your first Flutter app
Oct 28, 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.
Create a new Flutter app
Dec 8, 2025 · 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 …
Build and release an iOS app - Flutter
Dec 15, 2025 · This guide provides a step-by-step walkthrough of releasing a Flutter app to the App Store and TestFlight.
Build and release a web app - Flutter
Oct 30, 2025 · Running this command automatically runs flutter build web --release, so you don't have to build your app in a separate step. To learn more, visit the official Firebase Hosting documentation for …
Flutter's build modes
Oct 21, 2025 · The Flutter tooling supports three modes when compiling your app, and a headless mode for testing. You choose a compilation mode depending on where you are in the development cycle.
Build and release a Windows desktop app - Flutter
Sep 5, 2025 · One convenient approach to distributing Windows apps is the Microsoft Store. This guide provides a step-by-step walkthrough of packaging and deploying a Flutter app in this way.
Set up iOS development - Flutter
Oct 28, 2025 · Learn how to set up your development environment to run, build, and deploy Flutter apps for iOS devices.
Building a web application with Flutter
Oct 30, 2025 · This page provides an overview of how to configure, run, and build a web application using Flutter.
Set up Android development - Flutter
Dec 19, 2025 · Learn how to set up your development environment to run, build, and deploy Flutter apps for Android devices.