Skip to content

100 The Flutter Framework

Fasust edited this page Oct 2, 2019 · 11 revisions

Introduction

This Chapter will give you a basic understanding of how the Flutter Framework (Flutter Dev Team 2018e) 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 (Flutter Dev Team 2019b) and flutters way of rendering an app as a tree of widgets. In addition to this, You will gain an understanding of how Flutter Handels Asynchronous Programming. And Lastly, you will learn how to communicate with the Web within the Flutter Framework.

Contents of the Chapter

Next Chapter: Under the Hood >

Back to Top

Clone this wiki locally