DeepOps的flutter小笔记-学习资料索引

学习flutter之前先了解点Dart:https://www.dartcn.com/guides/get-started 中文文档很不错

如果不想配置dart环境可以使用https://dartpad.cn/,里面有不少demo,还有flutter的小例子,在页面右上角切换

flutter实战 : https://book.flutterchina.club/
source code : https://github.com/wendux/flutter_in_action_source_code

flutter startup : https://flutterchina.club/get-started/install/

官方文档 : https://flutter.dev/docs

官方Tutorials : https://flutter.dev/docs/reference/tutorials

A curated list of samples : https://github.com/flutter/samples/blob/master/INDEX.md

Overview: the Dart language : https://dart.dev/guides/language

awesome flutter : https://github.com/Solido/awesome-flutter

Youtube Tensor Programming 的视频教程 :
https://www.youtube.com/watch?v=b2fgMCeSNpY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd&index=1

flutter pub site : https://pub.dartlang.org/ 会跳转到新网址 https://pub.dev/

极客时间的课程 :