This project is about a simple and tiny app that lets you save your expenses πΈ letting you specify whether they are business related πΌ or personal π
In this project you can find:
- A small example of the Clean Architecture stack
- The
Displaystruct for each isolatedView. Personally, I like to build each small view (like list rows, or reusable components) with their own data structure. That way, the component itself is well decoupled from whichever entity that makes use of it. You only need to know that it will work fine if you pass the data it expects.
- The
- An amazing quirk from
ForEach: theonDeletemodifier (it does not work forList) - One
Listwith two sectinos inside