luis901101 / zsdk

BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

Bluetooth support #3

Closed xakeppok closed 2 years ago

xakeppok commented 2 years ago

Hi. Is that possible to add support bluetooth zebra printers ?

luis901101 commented 2 years ago

Yes it is possible. Currently this plugin only allows connection through LAN/WLAN, so you could use flutter_blue to connect to the printer and then use the zsdk plugin.

Anyway you could give it a try to these other plugins which offers bluetooth connection:

xakeppok commented 2 years ago

@luis901101 thanks