jlundlumination
jlundlumination
Can't remember where i saw this but as a temporary fix until this is patched you can decode the token using https://pub.dev/packages/jwt_decoder and extract the claims ```dart claimsMap = JwtDecoder.decode(...
I setup a basic working prototype of this, my c++ is very rusty and the doco for windows Method channels is practically non existent but I was able to get...
@bawahakim The image is structured into 4 planes r,g,b and a(always 255, not sure why i send it). For our use case we needed the seperate pixel arrays and so...
Forgot i had left the rect in there, it allows cropping without needing to process any of the additional data outside the crop.