Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 3.22 KB

flutter-tutorial.md

File metadata and controls

29 lines (21 loc) · 3.22 KB

导语: Flutter,新的移动应用程序 SDK,帮助开发人员和设计人员,轻松而快捷的为 iOS 和 Android 构建现代移动应用程序。它具有以下诸多优秀特性:

  • Flutter的热重载可帮助您快速轻松地实验,构建 UI,添加功能并更快地修复错误。在 iOS 和 Android 的仿真器,模拟器和硬件上体验亚秒级重新载入时间,而不会丢失状态。
  • 使用 Flutter 内置的精美 Material Design 和 Cupertino(iOS 风格)小部件,丰富的动作 API,流畅的自然滚动和平台感知,让您的用户满意。
  • 通过平台 API,第三方 SDK 和本机代码让您的应用变得生动起来。 Flutter 允许您重复使用现有的 Java / Kotlin 和 ObjC / Swift 代码,并访问 Android 和 iOS 上的本机功能和 SDK。
  • Flutter 提供了工具和库,可以帮助您在 iOS 和 Android 上轻松地实现您的想法。如果你没有任何移动开发经验,Flutter 是构建漂亮移动应用的一种简单快捷的方式。如果您是一个经验丰富的 iOS 或 Android 开发人员,您可以使用 Flutter 来查看视图,并利用您现有的大部分 Java / Kotlin / ObjC / Swift 投资。 ── 来自 Flutter - Beautiful native apps in record time - Kubernetes | 倾城之链

基础篇

进阶篇

插件篇

  • appspector/flutter-plugin: Flutter plugin for AppSpector SDK. With AppSpector you can remotely debug your app running in the same room or on another continent in real-time.

资源篇