A Flutter project to server as companion for Udemy flutter course by Sagnik Bhattacharya
This repository is one of my Flutter learning projects and course examples. I use it as a reference implementation for students and as a compact practice codebase while teaching Flutter concepts through the material published at sagnikbhattacharya.com/courses.
- following along with a lesson or module from the course
- revisiting a focused Flutter concept in a smaller repository
- testing release builds and platform setup without rewriting the teaching code
- keeping a practical sample app available for future revision
android, ios, web, windows
flutter pub get
flutter build apk --release
flutter build web --release- This repository is primarily for learning, experimentation, and revision.
- I generally avoid changing lib/ unless the lesson itself requires it, so compatibility updates are usually handled in tooling, dependency, or platform files.
- Some projects may intentionally stay close to the version used during teaching so the code remains easier to compare with the course walkthrough.
- Use the project together with the matching lesson for the best context instead of treating it as a finished production product.