Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.11 KB

MoneyUp

Retail invoice management made easy

Flutter Version Bloc Version

MoneyUp is a retail invoice management prototype.

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

Invoice information

Invoice info

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:

flutter pub get
flutter run -d chrome

Running tests

flutter test