關鍵詞:Google 出品;Dart語言;Flutter Engine引擎;響應式設計模式;原生渲染;免費而且開源git
1、簡介github
Flutter 是谷歌2018年發佈的跨平臺移動UI框架。做爲谷歌的開源移動UI框架,Flutter能夠快速在iOS和Android上構建高質量的原生用戶界面,2019年,Google I/O 大會宣佈了 flutter 支持 web 開發。flutter 目前的目的就是全平臺開發,一套代碼同時運行在 iOS 、Android、web和桌面端。Flutter 做爲 Google 最新推出的原生應用解決方案,其目標是讓建立原生移動應用更快速、簡單,且已經有不少公司在應用。web
2、資源windows
github:https://github.com/flutter/flutter
官網:https://flutter.dev/
中文官網:https://flutter-io.cn/
中文文檔:https://flutter-io.cn/docs設計模式
Flutter下載地址:https://flutter.dev/docs/get-started/install(https://flutter.dev/docs/get-started/install/windows)
中國必讀(鏡像):https://flutter.dev/community/china
實操一下:https://flutter.dev/docs/get-started/test-drive框架
VS Code 插件安裝:https://flutter.dev/docs/get-started/editor?tab=vscode
VS Code 中 Flutter 插件的使用文檔:https://flutter.dev/docs/development/tools/vs-codejsp
視頻教程:http://video.mobiletrain.org/course/index/courseId/655ide
視頻教程:http://jspang.com/posts/ 標籤選擇 Flutterpost
Flutter的優秀學習資源彙總:https://github.com/Solido/awesome-flutter學習
3、學習步驟
1.Dart 語言上手2.Flutter UI開發3.數據交互4.打包發佈