September 2019
Beginner
512 pages
12h 52m
English
In the previous chapter, we generated a Flutter project by using the following command:
flutter create
That project was created with the default arguments from the default Flutter template, yielding a small application with a counter that shows the number of times the plus (+) button has been tapped:

The Flutter demo application from the preceding screenshot is useful for showing both widget types in practice.
Read now
Unlock full access