youssef ali

Results 17 comments of youssef ali

" no, as i view that as being an exception case i.e. one that is more specific to your app that should have its own logic to do so" I...

Created an example for animated rail in my fork feel free to suggest any edits https://github.com/youssefali424/beamer/tree/master/examples/animated_rail

quick solution , specify a working version of FBAudienceNetwork in podfile ex (6.5.1 currently working)

check this worked fine with google ml kit ```dart Uint8List convertImageToYUV420SP(img.Image image) { int width = image.width; int height = image.height; final int frameSize = width * height; var f...

what he means fork the package change the part starting line 307, in paint function he is reading the file imagine that when you change the rotation he reads the...

https://stackoverflow.com/questions/67699823/module-was-compiled-with-an-incompatible-version-of-kotlin-the-binary-version-o solution here

@AngeloAvv So really nothing clear can you please provide a way to either disable looking for those files as an option (like not using icons specific for flavor ) because...