Flutter 是Google开源的UI工具包,用于使用Dart语言从单个代码库构建移动、网络和桌面的本地编译应用。其独特的方法是自己渲染UI(不使用原生组件),提供一致、可定制、高性能的界面。
Flutter是什么
Flutter = a cross-platform UI framework (by Google):
→ ONE codebase → iOS, Android, web, desktop (Windows/macOS/Linux)
→ uses the DART language
→ builds NATIVELY-COMPILED apps (compiles to native ARM code for mobile)
→ everything is a WIDGET (composable UI building blocks)
