VSCODE Flutter Snippets

来自模块简介,待翻译 Flutter Snippets SnippetWidgetDescriptionfscafScaffold WidgetCreates a Scaffold widgetfexExpanded WidgetCreates a Expand...

Dart学习

声明可以有两种方式,一种是不指定类型,即使用var关键字 var name='test'; 另一种是明确指定类型(Optional types) string name='test'; 在变...

Flutter 学习资料

https://dartpad.cn/ 网页版ide 《Flutter实战·第二版》 Dart 语言开发文档(dart.cn/guides) Dart 中文教程 Dart 语言中文教程https://github...