Flutter app for a dispensing machine.
A simple implementation of usb_serial library to connect an Android Device to an Arduino and send send instructions from the device.
It connects to an Arduino over USB, lets you choose cup size (s, m, l), and sends the selected size when you press CONFIRM.
- Git
- Flutter
- https://pub.dev/packages/usb_serial
- Clone the repository:
git clone git@github.com:Fuan200/dispensing_machine.git
cd dispensing_machine- Install dependencies:
flutter pub get- Run flutter:
flutter run- To build:
flutter build apk --releaseOr use flutter build apk --debug to build it on debug mode.

