simple pos app
a mobile pos written in flutter, suitable for small cafe/restaurant, fully offline.
tested & printable on sunmi v1s device.
support:
- android
- web (unable to print, yet)
- english & vietnamese (auto detect locale)
install & run
- get flutter
flutter config --enable-web
flutter run -d chrome
testing
flutter test
todo
- [ ] inventory journal
- [ ] remote printing? (via bluetooth)
Comments are closed.