
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
Get started with Flutter
Oct 28, 2025 · Ready to build beautiful, multiplatform apps from a single codebase? Choose from the following two options to get started setting up your Flutter development environment.
Learn - Flutter
Flutter for iOS developers Whether you're an experienced iOS developer or just getting started, this video will provide you with a comprehensive overview on how Flutter works...
Development - Flutter
There's never any mystery with open source — the source for Flutter is right there in front of you. View the latest updates, ask questions, open issues, and vote on proposals.
Learn the fundamentals - Flutter
Oct 28, 2025 · The goal here is to guide you through some next steps of learning Flutter. It's not about teaching you how to program, it's about teaching you how Flutter works.
Install Flutter manually
Oct 28, 2025 · The instructions on this page are configured to cover installing Flutter on a Windows device. If you'd like to follow the instructions for a different OS, please select one of the following.
What's new in the docs - Flutter
Nov 12, 2025 · The flutter run command now supports a configuration file that allows you to specify web settings like host, port, certification, and header. The web dev config file also supports proxy settings, …
Flutter - Dart API docs
Nov 21, 2025 · Welcome to the Flutter API reference documentation! Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase.
Flutter SDK overview
Oct 30, 2025 · The Flutter SDK has the packages and command-line tools that you need to develop Flutter apps across platforms. To get the Flutter SDK, see Install.
Build a Flutter layout
Nov 24, 2025 · To follow Flutter best practices, create one class, or Widget, to contain each part of your layout. When Flutter needs to re-render part of a UI, it updates the smallest part that changes.