Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 655 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 655 Bytes

label_printer

Flutter app for printing labels on ESC/POS thermal printer. Model: TSC TE200

Getting Started

# install dependencies
flutter packages get

# check for connected deviecs
flutter devices

Connecting device over wifi

Connect adb over network.

# first connect with usb
adb tcpip <port>

# disconnect usb and type this in terminal
adb connect <ip of device>:<port>

Building Release APK

# to get different apk for different cpu
flutter build apk --split-per-abi

# to get single apk
flutter build apk