sarangnx / label_printer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Dart 98.3%Language:Swift 1.2%Language:Kotlin 0.4%Language:Objective-C 0.1%