Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prateekmedia/subillmanager
A simple Flutter app to manage electricity bill.
https://github.com/prateekmedia/subillmanager
billmanager dart expense expense-tracker finance flutter
Last synced: 18 days ago
JSON representation
A simple Flutter app to manage electricity bill.
- Host: GitHub
- URL: https://github.com/prateekmedia/subillmanager
- Owner: prateekmedia
- License: apache-2.0
- Created: 2021-02-02T10:55:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T13:42:10.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T09:15:25.605Z (2 months ago)
- Topics: billmanager, dart, expense, expense-tracker, finance, flutter
- Language: Dart
- Homepage:
- Size: 1.96 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SU Bill Manager
A simple multi-platform electricity bill manager.
### Mobile UI
WIP### Desktop UI
WIP---
### Build from source
- Download latest Flutter SDK (>=2.5.0)
- Clone this repo and then for building```bash
# Download dependencies
$ flutter pub get; flutter create .# For Direct Testing
$ flutter build
```