openwebf/webf

Function clash with mujs when using webf with MediaKit

Closed this issue · 0 comments

Affected version

0.16.0-beta.1

Flutter versions

3.18.0-0.1.pre

No same issues found.

  • Yes, I search all issues but not found.

Steps to Reproduce

Add MediaKit imports to pubspec in the example project https://github.com/media-kit/media-kit

Code example

media_kit: any
media_kit_video: any
media_kit_libs_video: any

Expected results

Program loaded pages as though mediakit was not imported

Actual results

Program will crash on attempting to call js_malloc() due to it calling mujs's version instead edit: seems a few name collisions overall...