sossoldi
sossoldi copied to clipboard
"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
Use the system default decimal separator instead of the hardcoded `.`.
As discussed on Discord it wouldn't take much to implement a dark mode on the app. I would also add an option to turn it on/off from our settings, I...
We want to do some benchmarks using Hive instead of Sqflite. Ideally we should create a new branch to play with Hive and, based on how things go, determine who's...
We need an onboarding funnel as seen on [Figma](https://www.figma.com/file/6NyY9yqunpbU7HIkbNEAL3/Sossoldi-App?node-id=1163%3A4030). Please, if you want to work on this, let us know leaving a comment below!
We need to fill the Graphs page that is currently empty. The best thing I think it is to divide it in three task, one for each widget. Here you...
### Summary This pull request addresses deprecation warnings related to the use of Flutter's Gradle plugins. Specifically, it updates the Gradle configuration files to replace the imperative `apply` script method...
# Google Drive support + Bug fixing + Web app fixes This PR introduces many improvements to the project, mainly a big new feature and several bug fixes. ## Google...
In my fork of the 'sossoldi' repository, I activated GitHub Pages following the [the sossoldi guide](https://rip-comm.github.io/sossoldi/doc-guide.html) several months ago. Recently, I created new pages for the sossoldi documentation, but I...
## Description I have created new documentation for the database schema as part of the efforts to address issue #123. This documentation is based on draft PR #167 and provides...
This pull request addresses a bug where active bank accounts with only recurring transactions were being excluded from the query results. ### Changes: - Corrected the SQL query to ensure...