Flutter is Google's mobile app SDK for crafting high-quality native interfaces
on iOS and Android in record time. Flutter works with existing code, is used by
Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.
developers and organizations around the world, and is free and open source.
We think Flutter will help you create beautiful, fast apps, with a productive,
and easily experiment, build UIs, add features, and fix
extensible and open development model.
bugs. Experience sub-second reload times,
without losing state, on
emulators, simulators, and hardware for iOS
and Android.
<imgsrc="https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/tools/android-studio/hot-reload.gif"alt="Make a change in your code, and your app changes instantly.">
### Beautiful apps
## Expressive and flexible UI
We want to enable designers to deliver their full creative vision without being
Quickly ship features with a focus on native end-user experiences.
forced to water it down due to limitations of the underlying framework.
Layered architecture allows full customization, which results in incredibly
Flutter's [layered architecture] gives you control over every pixel on the
fast rendering and expressive and flexible designs.
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][widget catalog] that deliver pixel-perfect experiences on both
Flutter works with any development tool, but includes editor plug-ins for both
with platform APIs, 3rd party SDKs,
[Visual Studio Code] and [IntelliJ / Android Studio]. Flutter provides
and native code.
[thousands of packages][Flutter packages] to speed your development, regardless
Flutter lets you reuse your existing Java/Kotlin and ObjC/Swift code,
of your target platform. And accessing platform features is easy. Here is a
and access native features and SDKs on Android and iOS.
snippet from our [interop example]:
Accessing platform features is easy. Here is a snippet from our <ahref="https://github.com/flutter/flutter/tree/master/examples/platform_channel">interop example</a>: