RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
266 stars 74 forks source link

Custom widget for accounts listing #29

Closed mikev-cw closed 1 year ago

mikev-cw commented 1 year ago

Custom widget to show accounts listing, currently used in dashboard only.

The widget is just return only the graphical elements to build the ui fragment. Dunno if this is how we want to work, but even if want to, we still don't have a definitive logic path for the architecture. Widget has an optional image path param usable if we plan to use account logos later, that fallbacks in the default "gear" icon if empty.

To test names and amounts i've created a list of items in home_page.dart that are randomly sent to the Widget for rendering. Notice how long names as "Mediolanum" are splitted in 2 lines. That's seems a bit bad.

Also created lib/customWidgets folder to store our widgets. Is this naming convention good? We need subfolders?

FedericoBruzzone commented 1 year ago

Looks good your code.

Some info:

mikev-cw commented 1 year ago
Screenshot_20221025_110637 Screenshot_20221025_110637
FedericoBruzzone commented 1 year ago

Looks good @mikev-cw For your first commit that's fine, but for the next few times it would be better not to do so many useless commits.

FedericoBruzzone commented 1 year ago

image

Tests have not been launched @mikev-cw @matteasu