The repo include serveral projects to give examples of Dart language and Flutter.
Review the Dart core syntax and it's syntactic sugar.
Review most used widgets in Flutter.
Sample on layout widgets such as Container, Row, Column, Stack. And know deeper about it's hidden behaviours.
Sample on how to manage view using atomic design principle.
Review the popular state management styles in Flutter projects.
Sample on how to manage state using MobX System.