Open ebapp-dev opened 1 year ago
+1 i got the same problem.
I got the same problem
@ebapp-dev @thaisimey @xni06 any update?
i recommend this package https://pub.dev/packages/flutter_bluetooth_printer after no reply or solution.
@ebapp-dev @thaisimey @xni06 any update?
I decided to change the project and gave up on this solution.
I wrote the entire thing from scratch :)
I have the same problem, is there any solution?!
This PR will solve the problem : https://github.com/thon-ju/bluetooth_print/pull/181/files
@amer-zk can you explain please how to use this? https://github.com/thon-ju/bluetooth_print/pull/181/files I'm trying to use it but I have no idea how to replate the package with this link
this is my current code (pubspec.yaml file):
bluetooth_print: git: url: https://github.com/Osama0habib/bluetooth_print.git
this is the error:
Could not build the precompiled application for the device. ARC Semantic Issue (Xcode): No visible @interface for 'EscCommand' declares the selector 'addOriginrastBitImage:width:height:' /Users/hamzamihfad/.pub-cache/git/bluetooth_print-0c19226c0d912afa919a48bf8f5aede901712121/ios/Classes/BluetoothPrintPlugin.m:240:21
I receive the following error:
call method -> printReceipt [Graphics] Invalid size provided to UIGraphicsBeginImageContext(): size={0, 0}, scale=1.000000
My code is:
This code is OK in Android.