https://github.com/chrisvilches/kakeibo-ui
A simple money management app made in Flutter.
https://github.com/chrisvilches/kakeibo-ui
dart flutter graphql mobile-app money-manager
Last synced: 7 months ago
JSON representation
A simple money management app made in Flutter.
- Host: GitHub
- URL: https://github.com/chrisvilches/kakeibo-ui
- Owner: ChrisVilches
- Created: 2022-01-15T19:07:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T09:30:18.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:29:23.471Z (9 months ago)
- Topics: dart, flutter, graphql, mobile-app, money-manager
- Language: Dart
- Homepage:
- Size: 357 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kakeibo (UI)
A simple money management app made in Flutter.
It's basically the same process I used to do in Excel, but turned into a mobile app.
## System dependencies
Linux:
* libsecret-1-dev
* libjsoncpp-devFor Linux, however, it doesn't work if Flutter was installed using Snap. It only works with manual installation.
Try these commands to install:
```
sudo apt-get install libsecret-1-dev
sudo apt-get install libjsoncpp-dev
```