Yassine Ben Massaoud
Yassine Ben Massaoud
Hi Iam new to flutter Am doing a School project and am trying to add slide menu to my project with the animation but had so many issue to add...
@thon-ju same issue here is there any workaround ??
edit bluetooth_print/android/src/main/java/com/example/bluetooth_print/PrintContent.java file, change the below code to ``` else if("image".equals(type)){ byte[] bytes = Base64.decode(content, Base64.DEFAULT); Bitmap bitmap = BitmapFactory.decodeByteArray(bytes, 0, bytes.length); esc.addRastBitImage(bitmap, 576, 0); } ``` to ``` else...
which model are you using label or ticket , i have tested both models on ios and it works fine can you share a minimal code maybe its a mistake...
it has been 2 years now ... any updates ? 😅
HI @danagbemava-nc sorry for the late response i can confirm that removing firebase_core plugin will resolve issue but puting it back will result the same issue
[logs.txt](https://github.com/firebase/flutterfire/files/14096518/logs.txt) @danagbemava-nc
@costaaaaaa Sorry, I made a mistake. I was supposed to post my comment on another issue.
any news on this ?
> @ioanniskouts That would be a question for the Android team; as I noted above the bug here is not in the plugin; the plugin is simply reporting the responses...