Welcome to my Flutter journey repository! Here, I document my learning and progress from basic to advanced topics in Flutter development. This repository serves as a resource for both myself and anyone else interested in learning about Flutter and Dart.
In this section, I've covered the basics of Dart programming language. Below are the topics I've covered:
- Getting Started with Hello World
- Commenting in Dart
- Built in Data Types
- Variable Declration in Dart
- Literals String and String Interpolation
- Control Flow Statement
- Dart - Loops
- Dart Functions
- Dart โ Getters and Setters
- Exception Handling in Dart
- Dart โ Classes And Objects
- Dart โ Concept of Inheritance
- Method Overriding in Dart
- Abstract Classes in Dart
- Getter and Setter Methods in Dart
- Maps and list in Dart
Note - Added the code file also for dart programming "Code".
Check out the installation guide for Flutter here
In this section, I've covered the basics of Widgets. Below are the topics I've covered:
- Basics of Widgets
- Container Class in Flutter
- MaterialApp Class in Flutter
- Scaffold Class in Flutter
- Types of Widgets
In this section, I've covered the important widget. Below are the topics I've covered:
- BottomNavigationBar Widget in Flutter
- ClipRRect Widget in Flutter
- Drawer Widget in Flutter
- Flutter โ RichText Widget
In this Section, I've created a two basic project using the basic flutter widget
- Project 1 - Coursely (Link - https://github.com/Priyanshg0211/Coursely.git)
- Project 2 - FoodZing (Link - https://github.com/Priyanshg0211/FoodZing-.git)
Adding the Notes soon
Feel free to explore these topics to get a solid understanding of Dart before diving deeper into Flutter.
Happy Coding !
