Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haxgert/laundry-app

This is a Flutter POS App(Laundry App) prototype
https://github.com/haxgert/laundry-app

Last synced: 19 days ago
JSON representation

This is a Flutter POS App(Laundry App) prototype

Awesome Lists containing this project

README

        

# Flutter POS App (Laundry App)

This is a prototype Flutter application for a local business(a dry cleaners local mom-and-pop shop).
The application is developed in Flutter, and uses Firebase to leverage some of its real-time capabilities.

## (THIS APP IS STILL IN DEVELOPMENT - CODE IS CONSTANTLY BEING UPDATED)
- The app is meant to be run on a Mini-PC that serves as a Point-Of-Sale (POS) for the small business.
- The app is meant to use a Brother P-Touch Cube printer to print receipts (see [Flutter Brother](https://github.com/CodeMinion/another_brother) for more info on integrating Brother printers with your Flutter apps)
- The app is meant to be responsive, since it will be used both as a QRCode scanner (ran on a mobile device) and as the main POS system (on the Mini-PC). Still working through its responsiveness.

Coming Soon:
- Integrate Payments via Stripe Firebase Extension
- NFC integration to receive payments via NFC-enabled devices

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.