This repository contains lessons to learn Flutter App Development in chronological order from Vandad Nahavandipur's freecodecamp session https://www.freecodecamp.org/news/learn-flutter-full-course/.
I've practiced lessons from 3-7 for dart programming. All code is available in main.dart Uncomment the code to debug and run.
I have used this command to create a flutter project "flutter create --org xxx.domain appname".
Example: flutter create --org se.pixolity mynotes