Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.16 KB

Libra Sheet

This is a Flutter app for tracking and categorizing your expenses. It is designed for desktop environments.

Preview

You can preview a web-based sample at riley-x.github.io/Libra_Sheet. This uses fake data so some things don't work, but it is a nice way to preview the UI.

Your accounts and net worth at a glance

Home screen

See where you spend your money

Categories screen

And how it changes over time

Cashflow screen

Or view details for a specific category

Category focus screen

Features

  • Fully customizable categories and sub-categories
  • Fully customizable transaction tags
  • Input transactions via CSV
    • Automatic categorizing, but you have to define your own rules
  • Reimburse transactions
    • Imagine you paid $60 for dinner with a friend and they Venmo you back $30
    • Your real expense is only $30, and the Venmo transaction shouldn't count as income
  • Dark/light theme
  • Fully offline; no internet connection used. Everything is saved to a local SQLite file.