cristian1980
cristian1980
Hello, I am having issues using OpenEXR as android C++ library subproject, what is strange is that sometimes it compiles and works with no issues. I consistently reproduced the error,...
Without the fix when compiling under NDK, the following error will be observed: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:buildCMakeRelWithDebInfo[x86]'. >...
The attached json file does not animate in the sample application https://github.com/airbnb/lottie-ios/tree/master/Example/iOS. Thank you for any help. ## Which Version of Lottie are you using? Lottie 4.2.0 and 4.1.3 have...
Running OpenEXRTest in Visual Studio 2022 in 32 bit mode will cause multiple test failures. One example: > ======= > Running testOptimizedInterleavePatterns > Testing SSE optimisation with different interleave patterns...
Right now when a device has connectivity issues(airplane mode) or tries do download an inaccessible resource we are getting an exception. > E/flutter ( 6650): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: DioException [bad...
**Which API doesn't behave as documented, and how does it misbehave?** just audio 0.9.41 It is crashing if you close the application while audio players are loaded on iOS. It...
Don't notify players states on plugin dealloc. The plugin is deallocated when the app is terminated by user.