- Flutter documentation
Get started with Flutter Widgets, examples, updates, and API docs to help you write your first Flutter app
- Get started with Flutter
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
- Widget catalog - Flutter
Create beautiful apps faster with Flutter's collection of visual, structural, platform, and interactive widgets In addition to browsing widgets by category, you can also see all the widgets in the widget index
- Building user interfaces with Flutter
In Flutter, these two types of objects have different life cycles Widgets are temporary objects, used to construct a presentation of the application in its current state State objects, on the other hand, are persistent between calls to build(), allowing them to remember information
- Install Flutter manually
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
- Flutter SDK archive
The Flutter SDK archive is a collection of all previous versions of the Flutter SDK This archive is useful for developers who need to use an older version of Flutter for compatibility reasons or to investigate bugs
- flutter: The Flutter command-line tool
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
- Troubleshooting installation - Flutter
This page describes some common installation issues that new Flutter users have encountered and offers suggestions on how to resolve them If you are still experiencing problems after using this page, consider reaching out to any of the resources listed under community support channels
|