Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marvinkweyu/moneyup
A fully-responsive cross-platform and local first invoice management system
https://github.com/marvinkweyu/moneyup
bloc flutter invoice-generator
Last synced: about 1 month ago
JSON representation
A fully-responsive cross-platform and local first invoice management system
- Host: GitHub
- URL: https://github.com/marvinkweyu/moneyup
- Owner: MarvinKweyu
- License: mit
- Created: 2024-06-17T11:07:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T14:15:17.000Z (5 months ago)
- Last Synced: 2024-08-22T22:36:47.225Z (3 months ago)
- Topics: bloc, flutter, invoice-generator
- Language: Dart
- Homepage:
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoneyUp
> Retail invoice management made easy
[![Flutter Version](https://img.shields.io/badge/Codebase-Flutter_v3-blue?logo=flutter)](https://flutter.dev/)
[![Bloc Version](https://img.shields.io/badge/State_Manager-Flutter_bloc-blue)](https://bloclibrary.dev/)MoneyUp is a retail invoice management prototype.
- [MoneyUp](#moneyup)
- [Core features](#core-features)
- [Preview](#preview)
- [Main page](#main-page)
- [Invoice information](#invoice-information)
- [Development](#development)
- [Getting Started](#getting-started)
- [Running tests](#running-tests)## Core features
- Creation of an invoice
- Viewing created invoices and their details
- Export an invoice as a PDF
- State persistence## Preview
### Main page
![Main page](./preview/mainpage.png)### Invoice information
![Invoice info](./preview/invoice_info.png)> An export of the invoice generated can be found in the preview folder.
## Development
### Getting Started
Clone the repo, install the required dependencies and run the app:
```bash
flutter pub get
flutter run -d chrome
```### Running tests
```
flutter test
```