Skip to content

A fully-responsive cross-platform and local first invoice management system

License

Notifications You must be signed in to change notification settings

MarvinKweyu/moneyup

Repository files navigation

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