Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

SU Bill Manager

A simple multi-platform electricity bill manager.

### Mobile UI
WIP

### Desktop UI
WIP

### Direct Download

---

### 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
```