Andrew Dean
Andrew Dean
have you checked the web console ? was having a simliar issue with cors security and the following link helped https://stackoverflow.com/questions/65630743/how-to-solve-flutter-web-api-cors-error-only-with-dart-code/66879350#66879350 but does include editing the flutter source code
hey @flutter-clutter cheers had a look into it and I think you're referring to the "opencv2" file in the ios framework which is 441mb on my end and the Github...
I can confirm 'git-lfs' does work to upload the OpenCV dependencies but when trying to push to the fork I get this error `can not upload new objects to public...
I did have this issue with some of the files, mostly the ones in the 'jniLibs' folder which are over 50mb and will give a warning but wouldn't stop you...
I have no means of testing on IOS at the moment but can attempt to do so after the UK lockdown as my work does have a mac & iPhone
I didn't think to recompile OpenCV, any advice on how to do that? I assume you would : 1. clone the OpenCV repo 2. comment out the module imports not...