X Tutup
The Wayback Machine - https://web.archive.org/web/20200120014732/https://github.com/flutter/flutter
Skip to content
Flutter makes it easy and fast to build beautiful mobile apps.
Dart Java Shell Objective-C Ruby Batchfile
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update BUG.md (#48539) Jan 11, 2020
bin ecc74c966 Roll fuchsia/sdk/core/linux-amd64 from YPYqb... to MCe3R... ( Jan 18, 2020
dev Revert "reland add lifecycle enum and remove workaround (#48460)" (#4… Jan 18, 2020
examples [a11y] Make sure RenderFractionalTranslation updates its semantics af… Jan 17, 2020
packages Revert "reland add lifecycle enum and remove workaround (#48460)" (#4… Jan 18, 2020
.cirrus.yml install goldctl in docker build (#46640) Jan 10, 2020
.codecov.yml dont require diffs to have a percentage coverage greater than the pre… Jul 12, 2019
.gitattributes Add git config option to automatically convert CRLF to LF (#8122) Feb 14, 2017
.gitignore update gitignore and xcode changes to macOS project for flutter galle… Jan 6, 2020
AUTHORS [Flutter Driver] Extend getText to support more widgets (#48809) Jan 16, 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 Apply void_checks lint. (#48267) Jan 13, 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.
X Tutup