/Flutter-Course-for-Beginners-37-hour

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.

Primary LanguageDart

Flutter-Course-for-Beginners-37-hour

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/.

1- Dart Programming Language (BranchName: learn-dart)

I've practiced lessons from 3-7 for dart programming. All code is available in main.dart Uncomment the code to debug and run.

2- Setup Flutter Project From Terminal (setup-project)

I have used this command to create a flutter project "flutter create --org xxx.domain appname".
Example: flutter create --org se.pixolity mynotes