Here we post our resumes and resources about Udemy: The Complete 2020 Flutter Development Bootcamp With Dart
In this course, you will learn how :
- Build beautiful, fast and native-quality apps with Flutter
- Become a fully-fledged Flutter developer
- Build iOS and Android apps with just one codebase
- Build iOS and Android apps using just one programming language (Dart)
- Build a portfolio of beautiful Flutter apps to impress any recruiter
- Understand all the fundamental concepts of Flutter development
- Become proficient in one of the fastest growing technologies
- Flutter official webiste
- Dart official webiste
- Online Dart editor
- Material Design
- Appicon
- free fonts from Google
- FlutterIcon - Flutter custom icons generator
- Itsallwidgets | List of apps built with Flutter (with code)
- Flutlab.io | Build flutter projects online
- when i wanna upload the project on github, I find out that the projet size is very big. so i try this command to reduce the size from (~250Mo) to (~1.5Mo)
find . -name "pubspec.yaml" -execdir flutter clean \;
- when you got this error Windows git “warning: LF will be replaced by CRLF”, try this ":
git config --global core.autocrlf false