finds.dev← search

// the find

RIP-Comm/sossoldi

★ 1,359 · Dart · MIT · updated May 2026

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.

Sossoldi is a Flutter app for personal net worth and expense tracking, born from a blogger's spreadsheet that got too complex for non-spreadsheet people. It targets individuals who want local-first financial tracking across Android, iOS, and desktop without cloud dependency. Phase 1 (the stuff that actually works) covers transactions, income, account balances, and basic stats.

The migration system is hand-rolled and versioned (0001–0007 in lib/services/database/migrations/) rather than relying on a codegen ORM, which means upgrades are explicit and auditable. Local-first with SQLite means zero account creation friction and no privacy concerns. The provider/repository split is clean — repositories own SQL, providers own state, pages own UI, which is more discipline than most Flutter apps this size show. Published on all three stores plus F-Droid, so it's actually shipped and maintained, not vaporware.

Investment tracking is still listed as a roadmap item despite being a core selling point in the README — if you want to track stocks or crypto you're out of luck today. The cross-device sync story is 'local only with option to share later,' which is an unsolved problem, not a feature. No tests visible in the directory tree beyond the default RunnerTests.swift stub, so refactors are flying blind. The 'Advanced onboarding' and OpenBanking PSD2 integration are listed as future features with no timeline, so anyone adopting this for serious financial tracking is betting on community momentum.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →