Hello everyone and welcome back!
This repo is going to serve as a starting project for every application I will build on my BLoC - From Hero to Wizard Tutorial Series on my Flutterly YouTube Channel
This main startup project will contain everything you'll need in order to immediately start developing your bloc-driven application.
Here's some advantages:
- 🔹 Pure Startup project
- 🔹 Organised Folder Structure
- 🔹 Required BLoC Dependencies
- 🔹 Generated Routing
- 🔹🔹🔹 More to be added soon...
You might notice that some files are just dummy (like api.dart, model.dart). They are placed there just for git to take the folder structure into consideration. Leaving those folders empty won't let git to take them into consideration. Since this is mostly a startup project, I was thinking of offering you the standard folder structure from the start. Of course, this may change multiple times, improving every time more and more.