Eddayy / flutter_star_prnt

Flutter plugin for star printer
GNU General Public License v3.0
15 stars 69 forks source link

Add BluetoothLowEnergy starPortType for iOS device #26

Open yamatatsu10969 opened 2 years ago

yamatatsu10969 commented 2 years ago

Hi, maintainers.

I use 'SM-L200' device but it's not working using iOS app. Because iOS device connect to SM-L200 using Bluetooth Low Energy port.

This document shows that searchPrinter required target param like :ALL , :BT, :BLE, TCP:, USB: .

So I added BluetoothLowEnergy StarPortType in this package.

This PR is working in my environment.