Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 649 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 649 Bytes

Simple-POS

❤️❤️ Online Demo❤️❤️

A mobile POS written in Flutter, suitable for small cafe/restaurant, fully offline.

Tested & printable on Sunmi V1S device.

sunmi_v1s

Support:

  • Android
  • Web (unable to print)
  • English & Vietnamese (auto detect Locale)

Install & Run

Get flutter 3.10

flutter pub get
flutter run

For web

  1. flutter run -d chrome

For Android
Requirement: JAVA sdk >=18

  1. flutter run

Testing

flutter test

TODO

  • Remote printing? (via Bluetooth)