This repository is dedicated to my daily Flutter and Dart training.
Here, I experiment with:
- 🔁 Dart algorithm practice (loops, lists, maps, conditions)
- 🧱 Manual Flutter widget writing (like Navigator, BlocBuilder, TextField...)
- 🧩 UI rendering and navigation exercises
- 🧠 Logical thinking and real app feature simulations
Folder/File | Description |
---|---|
dart_algos/ |
Dart algorithm exercises (file per exercise) |
widget_tests/ |
Manual widget writing from memory |
ui_experiments/ |
Screens & components to train rendering |
README.md |
This file |
Even though it's not a production app, this repo is part of my real learning process.
Everything pushed here represents effort and growth — it's my training ground to sharpen my Flutter and Dart skills.
Gradually reach a level where I can:
- Solve Dart algorithm problems with ease
- Build UI flows without relying on documentation
- Structure logic like in real production apps