Preface to Flutter Issue 1

 

What's flutter ?

 

image.png

Made by image.png

Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.

 

Flutter is Google's mobile UI framework that can quickly build high-quality native user interfaces on iOS and Android. Build beautiful, natively compiled applications for mobile, web, and desktop from a single code base.

 

Flutter works with existing code. All over the world, Flutter is being used by more and more developers and organizations, and Flutter is completely free and open source. It's also the primary way to build future Google Fuchsia apps.

 

Fuchsia is a new open source operating system called . What's more interesting is that it is different from the Linux kernel used by Android, but uses the relatively new Zircon kernel. Compared with the current Android, this system has greatly reduced hardware requirements such as storage and memory . It can be seen that this is a system for household appliances oriented to the Internet of Things . It is reported that the Flutter engine + Dart language will likely become the main UI development framework of the Fuchsia system. It is not surprising that Google Fuchsia chose Flutter as the UI. After all, the Dart language was born by Google. On the one hand, there is no need to worry about being sued. In addition, when Fuchsia needs it, it can flexibly make targeted changes in the Dart virtual machine.

 

 

image.png

image.png Fast development

Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times, without losing state, on emulators, simulators, and hardware for iOS and Android.

 

 

hot-reload-36252b9c05984443ea5cd1960bab0f4ca904a6dfbe71165af4ed7f1b1c037124.gif

 

 

 Expressive, beautiful UIs

Delight your users with Flutter's built-in beautiful Material Design and Cupertino (iOS-flavor) widgets, rich motion APIs, smooth natural scrolling, and platform awareness.

 

image.png

 

 

 

 Native Performance

Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full native performance on both iOS and Android.

 

image.png

Who's using Flutter?

Organizations around the world are building apps with Flutter.

image.png

Guess you like

Origin blog.csdn.net/z2008q/article/details/103157486