Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Go to file
Greg Spencer fd9ce27748
Clean up examples, remove section markers and --template args (#91133)
This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.

I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.

I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
2021-10-04 12:16:17 -07:00
.github Now that the bot is cleverer, we can make the PR template clearer (#90414) 2021-09-26 09:18:05 -07:00
bin Roll Engine from 6f4143e80069 to a36eac0a341c (10 revisions) (#91244) 2021-10-04 11:33:03 -07:00
dev Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
examples Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
packages Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
.ci.yaml Remove bringup for Linux deferred_components test (#90626) 2021-09-24 00:14:34 -07:00
.cirrus.yml renew cirrus key (#89988) 2021-09-13 13:04:01 -07:00
.gitattributes Add pre-stable support for create on Windows (#51895) 2020-03-23 10:42:26 -07:00
.gitignore Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
analysis_options.yaml Enable avoid_setters_without_getters (#91067) 2021-10-01 00:58:05 -07:00
AUTHORS make Elevated&Outlined&TextButton support onHover&onFocus callback (#90688) 2021-09-28 10:51:14 -07:00
CODE_OF_CONDUCT.md add internal comment to point to .github repo (#91055) 2021-10-01 06:28:05 -07:00
CODEOWNERS Remove CODEOWNERS on .ci.yaml (#82977) 2021-05-20 10:14:03 -07:00
CONTRIBUTING.md add internal comment to point to .github repo (#91052) 2021-10-01 01:18:05 -07:00
dartdoc_options.yaml Eliminate uses of pub executable in docs publishing and sample analysis. (#89181) 2021-08-30 12:16:05 -07:00
flutter_console.bat License update (#45373) 2019-11-27 15:04:02 -08:00
LICENSE License update (#45373) 2019-11-27 15:04:02 -08:00
PATENT_GRANT Rename patent file (#38686) 2019-08-16 16:54:58 +01:00
README.md Align both reflectly-hero & dart-diagram to the center. (#90060) 2021-09-20 09:43:05 -07:00
TESTOWNERS Run flutter_gallery macOS native tests on presubmit (#89620) 2021-09-22 13:18:07 -07:00

Flutter logo

Build Status - Cirrus Discord badge Twitter handle

Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

Documentation

For announcements about new releases and breaking changes, follow the flutter-announce@googlegroups.com mailing list or see the breaking changes page.

Terms of service

The Flutter tool may occasionally download resources from Google servers. By downloading or using the Flutter SDK you agree to the Google Terms of Service: https://policies.google.com/terms

For example, when installed from GitHub (as opposed to from a prepackaged archive), the Flutter tool will download the Dart SDK from Google servers immediately when first run, as it is used to execute the "flutter" tool itself. This will also occur when Flutter is upgraded (e.g. by running the "flutter upgrade" command).

About Flutter

We think Flutter will help you create beautiful, fast apps, with a productive, extensible and open development model.

Beautiful user experiences

We want to enable designers to deliver their full creative vision without being forced to water it down due to limitations of the underlying framework. Flutter's layered architecture gives you control over every pixel on the screen and its powerful compositing capabilities let you overlay and animate graphics, video, text, and controls without limitation. Flutter includes a full set of widgets that deliver pixel-perfect experiences on both iOS and Android.

Reflectly hero image

Fast results

Flutter is fast. It's powered by the same hardware-accelerated 2D graphics library that underpins Chrome and Android: Skia. We architected Flutter to support glitch-free, jank-free graphics at the native speed of your device. Flutter code is powered by the world-class Dart platform, which enables compilation to 32-bit and 64-bit ARM machine code for iOS and Android, as well as JavaScript for the web and Intel x64 for desktop devices.

Dart diagram

Productive development

Flutter offers stateful hot reload, allowing you to make changes to your code and see the results instantly without restarting your app or losing its state.

Hot reload animation

Extensible and open model

Flutter works with any development tool (or none at all) but includes editor plug-ins for both Visual Studio Code and IntelliJ / Android Studio. Flutter provides thousands of packages to speed your development, regardless of your target platform. And accessing other native code is easy, with support for both FFI and platform-specific APIs.

Flutter is a fully open-source project, and we welcome contributions. Information on how to get started can be found in our contributor guide.