marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

ArgumentError (Invalid argument(s): Failed to lookup symbol 'makeYogaStyle': dlsym(RTLD_DEFAULT, makeYogaStyle): symbol not found) #139

Open bahadirarslan opened 3 months ago

bahadirarslan commented 3 months ago

After updating awesomeDialogs to 3.2.1 version I started to get exceptions from rive (0.13.2) package.

ArgumentError (Invalid argument(s): Failed to lookup symbol 'makeYogaStyle': dlsym(RTLD_DEFAULT, makeYogaStyle): symbol not found)

I am not sure are all of the dialog types affected but DialogType.Question sure is.

After passing exceptions here is the final version of dialog. It is a Question dialog.

Screenshot 2024-05-01 at 23 31 22
marcos930807 commented 3 months ago

For me is working fine in the last version with flutter 3.19.6

bahadirarslan commented 3 months ago

Interesting I had to downgrade to 3.1.0 to work as expected.