持续更新中。。。
-
Flutter 官方文档 https://flutter.dev/docs/development/add-to-app/android/project-setup
- dart 官方文档
https://dart.dev/guides/libraries/library-tour#dartasync---asynchronous-programming
- Flutter中文网
https://book.flutterchina.club/chapter1/mobile_development_intro.html - https://flutter.cn/docs/development/ios-project-migration
- Flutter Layout
https://flutter.dev/docs/development/ui/widgets/layout - git Flutter 源码
https://github.com/flutter/flutter - flutter的外部库(类似于github,只不过,这里是dart语言的各种插件库,只用作flutter项目)
https://pub.dev/ - flutter api文档
- https://api.flutter.dev/javadoc/io/flutter/embedding/android/FlutterActivity.html
- 《Flutter实战》: https://book.flutterchina.club/chapter13/intl.html
- https://flutter.cn/docs/development/tools/vs-code
- https://www.bookstack.cn/read/flutter-1.2-zh/ccef7b2dc06e71e3.md
- redux 状态管理
-
https://pub.dev/packages/flutter_redux
-
flutter bloc
-
flutter provider 状态管理
- flutter版本更新的详细说明:
https://groups.google.com/g/flutter-announce - 也可以从这里看
https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel - Dart News & Updates
https://news.dartlang.org/2012/06/const-static-final-oh-my.html - https://flutter.dev/docs/reference/widgets
- https://api.flutter.dev/flutter/material/Chip-class.html
- 美团外卖Flutter动态化实践
- https://tech.meituan.com/2020/06/23/meituan-flutter-flap.html
-
Code Push / Hot Update / out of band updates
- https://github.com/flutter/flutter/issues/14330
- MXFlutter 动态化Flutter方案
- https://github.com/mxflutter/mxflutter
- Flutter动态化方案调研
- https://www.jianshu.com/p/86fb0f597f95
Flutter状态管理:
Redux、Rx、hooks 、ScopedModel;