Welcome to the Flutter Course Projects Repository! This repository contains various Flutter projects and examples used in my Flutter course. It offers hands-on implementations to help students master Flutter development and create dynamic mobile applications.
-
Basic Widgets Demo 🧩
- Introduction to basic Flutter widgets like
Container
,Row
,Column
, and more.
- Introduction to basic Flutter widgets like
-
State Management 🔄
- Examples of state management using
setState
,BLoC
, andCubits
.
- Examples of state management using
-
Firebase Integration 🔥
- Using Firebase for authentication, real-time databases, and cloud storage.
-
Local Storage 💾
- Implementing persistent storage using
Hive
andSharedPreferences
.
- Implementing persistent storage using
-
Packages and Plugins 📦
- Utilizing various Flutter packages to extend functionality.
-
Networking and APIs 🌐
- Fetching data from APIs and handling network requests.
-
Dart Fundamentals 🎯
- Essential Dart programming concepts and best practices.