Flutter app for printing labels on ESC/POS thermal printer. Model: TSC TE200
# install dependencies
flutter packages get
# check for connected deviecs
flutter devices
# first connect with usb
adb tcpip <port>
# disconnect usb and type this in terminal
adb connect <ip of device>:<port>
# to get different apk for different cpu
flutter build apk --split-per-abi
# to get single apk
flutter build apk