Samuel Nde
Samuel Nde
I have the same problem. @expertdev-designer did you find any solution yet?
I am also having the same issue.
Any updates on this issue? I am using the Pay package and the merchant name is not displayed. As a result, my app is not able to pass the review...
+1 to @fredEbho, we absolutely need Flutter 3.X support.
Having same issue.
@chh0871 I was able to solve this by updating the build.gradle file of the package and changing the lines. ``` dependencies { compile 'org.tensorflow:tensorflow-lite:+' compile 'org.tensorflow:tensorflow-lite-gpu:+' } ``` to ```...
@lukajelacic I was having a similar issue, but when I realized that the image may be of a different dimension than that of the screen, things started adding up. In...