https://github.com/hashimsaffarini/flutter_course_round1
This repository features a collection of 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.
https://github.com/hashimsaffarini/flutter_course_round1
Last synced: about 1 month ago
JSON representation
This repository features a collection of 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.
- Host: GitHub
- URL: https://github.com/hashimsaffarini/flutter_course_round1
- Owner: hashimsaffarini
- Created: 2024-07-20T14:46:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T12:14:21.000Z (3 months ago)
- Last Synced: 2025-03-24T20:12:18.925Z (about 2 months ago)
- Language: C++
- Size: 40.5 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Course Projects Repository 🚀
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.
## 📁 Projects Included
1. **Basic Widgets Demo** 🧩
- Introduction to basic Flutter widgets like `Container`, `Row`, `Column`, and more.
2. **State Management** 🔄
- Examples of state management using `setState`, `BLoC`, and `Cubits`.3. **Firebase Integration** 🔥
- Using Firebase for authentication, real-time databases, and cloud storage.4. **Local Storage** 💾
- Implementing persistent storage using `Hive` and `SharedPreferences`.5. **Packages and Plugins** 📦
- Utilizing various Flutter packages to extend functionality.6. **Networking and APIs** 🌐
- Fetching data from APIs and handling network requests.7. **Dart Fundamentals** 🎯
- Essential Dart programming concepts and best practices.