Hi, i am writing a Flutter application for Android and would like to print directly from my application (not via OS print dialog) to a Z410 printer that is connected to the Android device via USB.
Is this possible and if so, can you point me to an example of how to do this?
Thank you.
1 Replies
The library JAR file of the Link-OS SDK for Android has the API for the USB connection. See the example of how to discover printer and print from the USB host. You can call the API via the method channel from the Flutter. The method channel is a recommended way to call the native API from the Flutter.