Find a file
stuartmorgan f6f6e86eb8
Split desktop config fallback variable by platform (#43758)
The environment variable for all desktop platforms is currently
ENABLE_FLUTTER_DESKTOP to allow backward compatibility with existing
workflows. However, this is actually causing issues since 'flutter
config' provides a better experience (most importantly, IDEs will work
correctly, which is generally not the case with the environemnt
variable). Currently people following old (third-patry) instructions
don't realize that they are missing available functionality, so aren't
looking for the current instructions.

In adddition, this will be confusing as different platform graduate to
channels other than master at different times.

To resolve both issues, the environment variable fallback is now
separate for each desktop platform, and follows a naming scheme
consistent with the web environment variable.
2019-10-29 21:43:25 -07:00
.github added questions on Platform / OS Version / Device (#41651) 2019-10-03 20:43:04 -07:00
bin Roll engine 419f5d594afc..46c757be07fd (6 commits) (#43769) 2019-10-29 20:41:06 -04:00
dev Re-Land: Add focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43657) 2019-10-29 17:09:26 -07:00
examples Update packages --force-upgrade (#43745) 2019-10-29 13:21:45 -07:00
packages Split desktop config fallback variable by platform (#43758) 2019-10-29 21:43:25 -07:00
.cirrus.yml Re-land fix docker build and deploy_gallery-macos (#43654) 2019-10-29 14:29:27 -07:00
.codecov.yml dont require diffs to have a percentage coverage greater than the previous diff (#36090) 2019-07-12 15:10:41 -07:00
.gitattributes Add git config option to automatically convert CRLF to LF (#8122) 2017-02-14 10:21:33 -08:00
.gitignore Re-land fix docker build and deploy_gallery-macos (#43654) 2019-10-29 14:29:27 -07:00
analysis_options.yaml more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
AUTHORS Detecting when installing over MingW's Git Bash, fixing paths (#39699) 2019-10-24 11:06:46 -07:00
CODE_OF_CONDUCT.md Mention conduct@flutter.dev (#39150) 2019-08-25 10:46:02 -07:00
CODEOWNERS Updating code owners for golden file changes (#38564) 2019-08-15 09:13:45 -07:00
CONTRIBUTING.md Added note about design doc template. (#43658) 2019-10-28 15:58:24 -07:00
dartdoc_options.yaml Adds DartPad option to the DartDoc snippet generator. (#39924) 2019-09-10 08:36:14 -07:00
flutter_console.bat Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
LICENSE Wrap lines at 80 characters (#26285) 2019-01-29 16:13:27 +01:00
PATENT_GRANT Rename patent file (#38686) 2019-08-16 16:54:58 +01:00
README.md Update README to include non-mobile targets (#42873) 2019-10-29 15:57:14 -07:00

Flutter logo

Build Status - Cirrus Gitter Channel

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.

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 Skia 2D graphics library that underpins Chrome and Android. 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 platforms

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 at our contributor guide.