DartQuizzler:学习基本的颤动 源码
奎兹勒 :red_question_mark: 我们的目标 在本教程中,我们将回顾有状态和无状态小部件,并学习面向对象编程(OOP)的基本构建模块-类和对象。 您将创造什么 我们将制作一个测验应用程序,以测试您的常识。 作为应用商店中最流行的应用类型之一,您可以创建自己的测验供其他人欣赏! 您将学到什么 将您的代码模块化为单独的类。 Dart类和对象。 使用类构造函数。 提取小部件以重构您的代码。 Dart中的私有和公共修饰符。 如何使用Dart列表。 var,const和final之间的区别。 项目代码段 Question('Some cats are actually allergic to humans', true), Question('You can lead a cow down stairs but not up stairs.', false), Question('Approx
文件列表
DartQuizzler-master.zip
(预估有个75文件)
DartQuizzler-master
ios
Runner.xcworkspace
contents.xcworkspacedata
152B
xcshareddata
WorkspaceSettings.xcsettings
243B
Flutter
Debug.xcconfig
30B
Release.xcconfig
30B
flutter_export_environment.sh
523B
暂无评论