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

Riverpod State Management Integrated + Transaction page (in progress) #63

Closed lucaantonelli closed 1 year ago

lucaantonelli commented 1 year ago
  1. I have integrated riverpod in the app, you can check the new providers folder, for now:

    • it works in the dashboard page for the accounts and transactions sections
    • also when choosing the category in transaction
    • for other small things like page index in the navigation bar
  2. Work in progress for the transactions page (it works, but you can only set the amount, and the category that is mandatory for now), if you add a transaction it will be visible in the home.

  3. Bottom Navigation Bar styling

  4. Other minor overall improvements