Skip to content

Fuan200/dispensing_machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dispensing Machine

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.

Prerequirements

Installation

  1. Clone the repository:
git clone git@github.com:Fuan200/dispensing_machine.git
cd dispensing_machine
  1. Install dependencies:
flutter pub get
  1. Run flutter:
flutter run
  1. To build:
flutter build apk --release

Or use flutter build apk --debug to build it on debug mode.

Example

first image

third example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors