0
votes

Hello I want to ask a question about Flutter:

I will develop an app for the company and we want to deploy our android app to Flutter, because it supports IOS. And our app includes bluetooth printer part. After smart device is connected to bluetooth, some part (receipt, information e.t.c) will be printed over bluetooth printer. It is possible to make with Flutter? Or does it have any alternatives for this situation?

1

1 Answers

0
votes

Yes, you can with the help of plugins. If have a sdk to connect and print, use Platform channels to integrate it in flutter.

If you are communication using Bluetooth directly, there are plugins available which you can give a try to.

Here are few plugins available:

Hope this helps!