RIP-Comm / sossoldi

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

CurrencySelector #70 #153

Closed K-w-e closed 4 months ago

K-w-e commented 5 months ago

I managed the currency selection. I created a basic provider. Then, obtaining the value through it, I display the selected currency within the application. Additionally, some StatelessWidget have been converted to ConsumerWidget just to read the selected currency value.

Feel free to provide any suggestions or requests for modifications!