Skip to content

100 The Flutter Framework

Fasust edited this page Nov 19, 2019 · 11 revisions

Introduction

This chapter will give you a basic understanding of how the Flutter Framework [1] works as a whole. I will showcase the difference of Flutter to other cross-platform approaches and how Flutter works under the hood. You will also be introduced to the concepts of State [12] and Flutter’s way of rendering an app as a tree of Widgets [13]. Lastly, you will gain an understanding of how Flutter handles Asynchronous Programming and communication with the Web.

Contents of the Chapter

Next Chapter: Under the Hood >

Back to Top