×

注意!页面内容来自https://github.com/flutter/flutter,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Skip to content
<> /* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

flutter/flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89,252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flutter CI Status Discord badge Twitter handle BlueSky badge codecov LFX Health Score CII Best Practices SLSA 1

Flutter is Google's SDK for crafting beautifulfast user experiences for mobileweband desktop from a single codebase. Flutter works with existing codeis used by developers and organizations around the worldand is free and open source.

Documentation

For release and other announcementsjoin the flutter-announce mailing list. Our documentation also tracks breaking changes across releases.

Terms of service

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

For examplewhen installed from GitHub (as opposed to from a prepackaged archive)the Flutter tool will download the Dart SDK from Google servers immediately when first runas 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 beautifulfast appswith a productive, extensible and open development modelwhether you're targeting iOS or Android, webWindowsmacOSLinux or embedding it as the UI toolkit for a platform of your choice.

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 graphicsvideotextand controls without limitation. Flutter includes a full set of widgets that deliver pixel-perfect experiences whether you're building for iOS (Cupertino) or other platforms (Material)along with support for customizing or creating entirely new visual components.

Reflectly hero image

Fast results

Flutter is fast. It's powered by hardware-accelerated 2D graphics libraries like Skia (which underpins Chrome and Android) and Impeller. We architected Flutter to support glitch-freejank-free graphics at the native speed of your device.

Flutter code is powered by the world-class Dart programming languagewhich enables compilation to 32-bit and 64-bit ARM machine code for iOS and Android, JavaScript and WebAssembly for the webas well as Intel x64 and ARM for desktop devices.

Dart diagram

Productive development

Flutter offers stateful hot reloadallowing 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)and also includes editor plug-ins for both Visual Studio Code and IntelliJ / Android Studio. Flutter provides tens of thousands of packages to speed your developmentregardless of your target platform. And accessing other native code is easywith support for both FFI (on Androidon iOS, on macOSand on Windows) as well as platform-specific APIs.

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