Alain Deseine
Alain Deseine
I have successfully implemented flutter_web_auth on flutter android app. It work very well with an **android 9** smartphone, but on an **android 8** Huawei Mediapad T5 i experience problems. At...
Hi, Got same problem as others. Plugin example is not working when executing a web app (not tried with iOs/Android/windows/macos) When click on "Login (Web redirect)" authentication process went well...
Hi @CodeMinion , I get an error raised in play console this last days. No problem so far, just the last few days. Error type is: `java.lang.NullPointerException` Stacktrace is: ```...
Hi @CodeMinion, Got a quality problem with IOS. In app i fix quality to PrintQuality.HIGH_RESOLUTION, like this: `printInfo.printQuality = PrintQuality.HIGH_RESOLUTION; ` With Android everything work as expected, but with IOS,...
Hi, I am trying to extract exif data to get the `DateTimeOriginal` information. The script work very well with JPEG and Nikon NEF files. But with Canon CR3 files, i...
Hi @CodeMinion, I'm back with a problem! I need to print a pdf which has more than one page. like this one: [1d03fb0559d2ea414911ab699d15a4fb.pdf](https://github.com/user-attachments/files/16015571/1d03fb0559d2ea414911ab699d15a4fb.pdf) The print `printPdfFile` function prototype permit to...
Hi @CodeMinion Just receive the new TD2350 printer from Brother! Are you ok to add it to another_brother with some custom paper? I can test it during one month. Regards...
When using headerBackgroundColor property with QuickAlertType.confirm, it has no effect, header stil remain green. Reproduce with your own example : ``` final confirmAlert = buildButton( onTap: () { QuickAlert.show( onCancelBtnTap:...