Skip to content

Those are the apps that's I made by following a Udemy Flutter course

License

Notifications You must be signed in to change notification settings

hamza-ezzahiry/Flutter_projects

Repository files navigation

All Contributors

Flutter Projects

My Flutter Projects/ Course notes & code

About

Here we post our resumes and resources about Udemy: The Complete 2020 Flutter Development Bootcamp With Dart

How to use it

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

The Complete 2020 Flutter Development Bootcamp With Dart

Resources

Problem solved && some Advices :

  • 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

From Design to flutter code

Apps that's i made :

1- My first 2 app using flutter :D

2- mi_card (My business card)

3- Magic 8 ball

4- Xylophone App

5- Quizzler App