当前位置:网站首页>Flutter Getting Started and Advanced Tour (1) - Getting to Know Flutter

Flutter Getting Started and Advanced Tour (1) - Getting to Know Flutter

2022-08-09 13:16:00 Xie Dong_

什么是Flutter

 

Flutter 是一个跨平台(Android 和 iOS)的移动开发框架,使用的是 Dart 语言.

Flutter The goal is to create high performance、高稳定性、高帧率、低延迟的 Android 和 iOS 应用.And the developed applications have the same experience as native applications on different platforms.The native experience of different platforms should be preserved,Makes the app look more in tune with the overall system.Scrolling for different platforms、字体、图标 and other special characteristics Should be consistent with other apps on the platform,Make users feel like operating a native app.

为何选择使用 Flutter?

  • 开发效率高,一套代码可以开发出 Android 、 iOS、Fuchsia平台应用
  • The same functionality requires very little code,If you only develop applications for one platform,使用 时髦的、A more expressive development language,Also allows you to achieve the same functionality with less code.
  • It is easier to develop prototypes and iterate
  • The code can be modified and the modified functionality can be reloaded while the application is running(hot reload)
  • Modify the crash directly bug,Then continue debugging from where it crashed
  • 创建优雅的、可定制的用户界面
  • Flutter采用 Materal Design 设计语言(规范),This specification defines the purpose of elements on the user interface、外观、Specifications for the presentation of forms and morphological changes
  • 提供了可定制的 UI 框架,No longer subject to the support of mobile platform controls.
  • A system designed from the ground up,There will be no historical baggage for compatibility considerations——比如 Java The slowness of the virtual machine,又比如 Android Slower rendering speed.Therefore, the volume can also be made very small,stuffed into devices with very little storage capacity.

专栏介绍

 This column targets the crowd for first-time acquaintancesFlutter,And want to master itFlutter的开发者,Because my business scope involves onlyandroid,All the platform interaction parts that follow I will start withandroidThe platform takes you through example operations,Take everyone from the simple to the deep to learn and master togetherFlutter这门新技术,And can quickly get started to actual development.

项目地址https://github.com/xiedong11/flutter_app

目录

基础控件篇 Sample code map:

原网站

版权声明
本文为[Xie Dong_]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/221/202208091203557343.html