-
Notifications
You must be signed in to change notification settings - Fork 36
100 The Flutter Framework
Fasust edited this page Oct 2, 2019
·
11 revisions
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.
- Under The Hood
- Thinking Declaratively
- The Widget Tree
- Asynchronous Flutter
- Communication with the Web
This Guide is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International)
Author: Sebastian Faust.