Please try to answer the following questions (when in doubt, have a look at the content in the chapter itself: you'll find all the answers there!):
- What are the steps required to enable web development to your Flutter environment?
- What's the difference between physical and logical pixels?
- How can you know the width of your user's device?
- When using a Table widget, how do you add rows and cells?
- What's the meaning of responsive design?
- What's the purpose of the FlexColumnWidth widget?
- What's the purpose of shared_preferences?
- Would you use shared_preferences to store passwords? Why?
- How can a browser run a Flutter app?
- How can you publish a Flutter app to a web server?