Create a brand new Flutter project using the following command to follow along.
flutter create --org com.tutorial --description 'your_description' flutter_tutorial -i swift -a kotlin- lib/
- core
- models
- screen_controllers
- services
- ui
- screens
- widgets
- main.dart
- core
We will convert this workflow into our flutter project.

