Flutter 实战(1)
Flutter 实战(1)
参考资料:
- 
Biessek, A. (2019). Flutter for Beginners: An Introductory Guide to Building Cross-platform Mobile Applications with Flutter and Dart 2. United Kingdom: Packt Publishing.
 
Flutter 框架结构

Dart 语言介绍
两个关键特性组合:
- 
JIT (Just - in - time) 快速开发周期: 开发阶段采用JIT模式避免了每次改动需要进行编译,大大节省开发时间。
 - 
AOT (Ahead of time) : 通过AOT生成高校的机器码保证应用的性能。
 
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Sylvaire Blog!
