thoughtbit / it-note

:books: 琐碎的知识, I code it
315 stars 36 forks source link

Flutter and Dart.js #106

Open moocss opened 6 years ago

moocss commented 6 years ago

https://flutterchina.club/ (Flutter中文网)

https://github.com/yang7229693/flutter-study

Dart.js

https://www.dartlang.org/guides/language/language-tour (官方入门文档 👍 💯 )

https://jarontai.github.io/dart-souls/ (Dart 之魂) https://www.kancloud.cn/marswill/effective_dart/728173 (编写高质量Dart程序) https://www.kancloud.cn/marswill/dark2_document/709087 (Dark2 中文文档 ), https://github.com/felixyin/codes_dart

https://jarontai.github.io/blog/2014/12/18/translation-dart-quick-start/ (Dart快速入门) https://jarontai.github.io/blog/2015/06/06/dart-notes-1/ (Dartlang的重要概念) https://jarontai.github.io/blog/2015/06/20/dart-notes-2/ (变量、内置类型、函数和操作符)

Flutter 例子

https://github.com/Jon-Millent/news-app https://github.com/yubo725/FlutterOSC

https://github.com/canhuah/WanAndroid (👍 )

https://github.com/ChenLittlePing/Daily

https://github.com/tangdu/book_flutter https://github.com/HackSoul/website-app

https://github.com/HackSoul/zhihu-flutter

状态管理

scoped_model

https://github.com/HxBreak/new_trend

rxdart

https://github.com/lizhuoyuan/flutter_rxdart https://github.com/lizhuoyuan/flutter_rxdart_example