Skip to content

Flutter 前置学习资源和说明准备

Dart 为 Flutter 开发用语言,Pub 用于提供官方和其他开发者提供的开源插件仓库,yaml 为 Flutter 工程的插件配置文件。

  • Dart 为 Flutter 开发用语言,Pub 用于提供官方和其他开发者提供的开源插件仓库,yaml 为 Flutter 工程的插件配置文件。
  • 2022 年 5 月,谷歌正式发布 Flutter 3.0 版,可以一个代码库支持 iOS、Android、Web、Windows、macOS、Linux 六大平台,这是目前最强大的。

相关网站学习资源

开发语言 Dart 官方网站

Google Flutter 官方网站

《Flutter 实战·第二版》:https://book.flutterchina.club/

Flutter 中文网:https://doc.flutterchina.club/get-started/install/

Flutter 中文网开源项目:https://doc.flutterchina.club/opensource.html

Released under the MIT License.