RIP-Comm / sossoldi

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

Improved collapsible header on Transactions page #102

Closed GBergatto closed 1 year ago

GBergatto commented 1 year ago

Fix #97 not visible text in Calendar view

Date range is correctly displayed when the header is collapsed. Previously, it was hard-coded to "September 2022".

Start and end dates are now stored inside transactions_page.dart. This way they will be accessible by all tabs to be used for queries to the database.

Created utils folder for extension methods and utils functions.