Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haxgert/laundry-app
- Owner: haxgert
- Created: 2023-08-16T10:59:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T11:04:20.000Z (over 1 year ago)
- Last Synced: 2023-11-03T20:30:02.598Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.