PROJECT IS DONE!
GUI verzija blagajne napisana u Dartu koristieći Flutter
GUI version of cash register written in Dart using Flutter
Merry Christmas or Hanukkah
Please do not use this in real enviroment because it cannot connect to your state's administration for taxes, this is just simulator for playing around!
Install Flutter, Flutter VS Code extension, open VS Code and press F5 key
You might need to add wished platform using flutter create --platforms=
Supported platforms:
Platform: | Command: |
---|---|
android | flutter create --platforms=android |
ios | flutter create --platforms=ios |
linux | flutter create --platforms=linux |
macos | flutter create --platforms=macos |
web | flutter create --platforms=web |
windows | flutter create --platforms=windows |
- Database support
- Better UI (whole design of UI is to be simple and clean)
- Picture of the bill
Project is somewhere done