A simple click counter app I made in flutter to start learning it a while back, I tried to stick as best as I could to the MVVM pattern. The app support material 3 dynamics colors
the .dart files are at this path: clickapp/lib
- the view folder contains the class relatives to the UI
- the model folder contains the definition of the data structures (in this case the counter)
- the logic folder contains all the "backend" logic of the app
in the homescreen there's a list with all created counters, where is possible to see the current value and delete them
In the counter screen tap the screen to increase the counter
on the top right there's the setting to reset a counter


