Questions
At the end of each chapter, you’ll find a set of questions like the ones in this section. These will focus on key pieces of information shared within each chapter to ensure you have retained the relevant knowledge.
If you are unable to answer any questions, then look back through this chapter for the relevant answers to refresh your knowledge:
- Which programming language is used for Flutter apps?
- Which company is the predominant backer of Flutter?
- What are the two types of compilation available in Dart?
- Name three reasons why having a single code base for multiple platforms is an advantage.
- What is the tool that checks your Flutter setup is correct?
- Which command will generate a new Flutter project?
- What is the purpose of the
pubspec.yaml
file? - Name the three build modes available when building a Flutter app.