lib/ ├── main.dart # Application entry point ├── core/ # Core application utilities │ ├── constants.dart # App constants │ └── theme.dart # VS Code theme styling ├── data/ # Data layer (external ...
The text below is not a guide, but rather a collection of unordered notes. The project contains a lot of lazy solutions and hardcoded logic. My goal wasn't to make a reference-quality project, but to ...