https://github.com/tcd93/flutter_pos2
https://github.com/tcd93/flutter_pos2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tcd93/flutter_pos2
- Owner: tcd93
- Created: 2023-11-27T02:18:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T02:43:54.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:38:38.841Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-POS
### ❤️❤️ [Online Demo](https://tcd93.github.io/flutter_pos2)❤️❤️
#### Login web demo
Type _admin/admin_ at login prompt.
A mobile POS written in _Flutter_, suitable for small cafe/restaurant, fully offline.
**Tested & printable on **Sunmi V1S** device.**

**Support:**
- Android
- Windows & Web (unable to print)
---
## Install & Run Project
Get [flutter](https://flutter.dev/)
**Tested on FLutter 3.16.9**
Create `.env` file at project root (see `.env.example`) to set up connection to
[Auth0.com](https://auth0.com) login service provider. Create native/single web page
applications and proceed as instructed at [Dashboard](https://manage.auth0.com/dashboard)
```
flutter pub get
flutter run
```