Skip to content

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

Notifications You must be signed in to change notification settings

sarangnx/label_printer

Repository files navigation

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