https://github.com/dewanshrawat15/tabs
Tabs is a material app to keep tabs of money being spent.
https://github.com/dewanshrawat15/tabs
android flutter flutter-app ios ledger ledger-app money-ledger money-ledger-app payment-app records-app
Last synced: 3 months ago
JSON representation
Tabs is a material app to keep tabs of money being spent.
- Host: GitHub
- URL: https://github.com/dewanshrawat15/tabs
- Owner: dewanshrawat15
- License: mit
- Created: 2019-11-05T10:01:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T05:24:05.000Z (over 6 years ago)
- Last Synced: 2025-04-04T00:17:51.822Z (over 1 year ago)
- Topics: android, flutter, flutter-app, ios, ledger, ledger-app, money-ledger, money-ledger-app, payment-app, records-app
- Language: Dart
- Size: 282 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tabs
Tabs is a material app to keep tabs of money being spent.
## Requirement
- Flutter installed on your machine
- An Android or iOS device
- An active internet connection
## Getting Started
It's easy to get started. Just plug in your device and build the application.
To build the application, just:
- If you use IDE's for flutter development
- Connect your device
- Build the application by the IDE you use for flutter development.
- Or run ``` flutter run --release ``` on your console to build the app.
- If you use terminal or CMD for flutter development
- Connect your device
- Run ``` flutter run --release ``` on your console
- If you want to just build the apk
- Run ``` flutter build apk --release ``` (for Android users)
PS, if you face any issues anywhere please feel free to open up a thread. I would love to help you out as soon as possible.
## Known Issue
None as of now. Feel free to open an issue if you find any!
## Wanna Contribute ?
Aww, great. Just go through [CONTRIBUTING.MD](https://github.com/dewanshrawat15/Tabs/blob/master/CONTRIBUTING.md) once!
## License
> The MIT License