Skip to content
Flutter makes it easy and fast to build beautiful mobile apps.
Dart Java Objective-C Shell Ruby C++
Branch: master
Clone or download

Latest commit

gspencergoog Add an adaptive visual density static function, and add it to… (#51921)
Adds a VisualDensity.adaptivePlatformDensity static function that returns different values for visual density based on the defaultTargetPlatform. Returns compact for desktop platforms, and a default visual density for other platforms.
Latest commit 2a649b1 Apr 1, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update BUG.md (#48539) Jan 11, 2020
bin 807ca8543 More rename from GPU thread to raster thread (flutter/engin… Mar 31, 2020
dev Revert "[Slider] Rebase. (#52663)" (#53698) Mar 31, 2020
examples [versions] update EVERYTHING (#53467) Mar 30, 2020
packages Add an adaptive visual density static function, and add it to… (#51921) Mar 31, 2020
.cirrus.yml bumped the memory for analyze-linux (#53197) Mar 24, 2020
.codecov.yml dont require diffs to have a percentage coverage greater than the pre… Jul 12, 2019
.gitattributes Add pre-stable support for create on Windows (#51895) Mar 23, 2020
.gitignore [flutter_tools] support --split-debug-info option in android builds (#… Feb 6, 2020
AUTHORS Added linking to viewInsets and viewPadding in MediaQuery padding docs ( Feb 12, 2020
CODEOWNERS Add @christopherfujino as owner of dev/ci (docker) (#48261) Jan 6, 2020
CODE_OF_CONDUCT.md Mention conduct@flutter.dev (#39150) Aug 25, 2019
CONTRIBUTING.md Revert "Revert "Add many more global analyses. (#47875)" (#48080)" (#… Jan 2, 2020
LICENSE License update (#45373) Nov 27, 2019
PATENT_GRANT Rename patent file (#38686) Aug 16, 2019
README.md Update README.md (#49078) Jan 17, 2020
analysis_options.yaml enable avoid_single_cascade_in_expression_statements (#51944) Mar 5, 2020
dartdoc_options.yaml Reverse the sense of the terms snippet and sample. (#48254) Jan 8, 2020
flutter_console.bat License update (#45373) Nov 27, 2019

README.md

Flutter logo

Build Status - Cirrus Gitter Channel 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.

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

You can’t perform that action at this time.