Already I have built a flutter project. Now I need to print from a pos embedded device. I am googling, but I don't get any solution.
Please help me if there is any solution.
Actually I need for Android Q2 device
Already I have built a flutter project. Now I need to print from a pos embedded device. I am googling, but I don't get any solution.
Please help me if there is any solution.
Actually I need for Android Q2 device
EDIT:
In your case, you can download the SDK provided by the company and write native code to print the receipt.
example:
in flutter
Then in the
Main.java/Main.ktimplement the method from the SDK documentationexample:
ref: Example Nativcode in flutter
Add third party SDK to android