Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Use this format to add your own App Dev resources (those that were personally used by you) in this README

  ## YOUR_NAME
  <a href="YOUR_LINKEDIN_PROFILE_LINK">
    <img align="left" width="82px" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"  />
  </a>

  [![Generic badge](https://img.shields.io/badge/Batch-YOUR_BATCH_YEAR-<COLOR>.svg)](https://shields.io/)
     ```
      YOUR_ANSWER

     ```  

App Development

forthebadge forthebadge

D Ajay Kumar

Generic badge Generic badge

1. Angela Yu's course on Flutter and Dart on Udemy is probably the most fun course on Flutter out there with the best explanation but the course doesn't dive much deep on advanced features of Flutter and Dart.
https://www.udemy.com/course/flutter-bootcamp-with-dart/

2. Academind's course on Flutter and Dart is more advanced and contains everything from the actual working of Flutter to building complex apps with Flutter.
https://www.udemy.com/course/learn-flutter-dart-to-build-ios-android-apps/

3. Youtube playlist of MtechViral on Flutter is pretty amazing too.
https://www.youtube.com/playlist?list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV

4. Pawan's GitHub repo on Flutter has some very cool projects.
https://github.com/iampawan/FlutterExampleApps

5. A pro tip, don't waste much time on learning to add colorful gradient or making beautiful shapes and borders and instead learn the state management solutions like Provider, Redux etc. and make sure you have in-depth knowledge of streams and buffers and working with multiple streams.

Jatin Bansal

Generic badge

I learned flutter in app dev field and some of the resources are:
1. Flutter.dev
2. Dart.dev
3. Fireship youtube channel
4. Flutter official youtube channel
5. A udemy course on flutter by maximilian 
6. https://github.com/abhinavmarwaha/flutter-development
7. Make projects and learn side by side is the best way to learn anything..