About 600 results
Open links in new tab
  1. 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 …

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

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

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

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

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

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

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

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

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