firstfloorsoftware / flutter_sodium

Flutter bindings for libsodium
BSD 3-Clause "New" or "Revised" License
102 stars 47 forks source link

Call dlopen outside Dart to prevent load failures #63

Closed vishnukvmd closed 3 years ago

vishnukvmd commented 3 years ago

Attempting to fix https://github.com/firstfloorsoftware/flutter_sodium/issues/54 inspired by https://github.com/flutter/flutter/issues/73318#issuecomment-754598119.

vishnukvmd commented 3 years ago

I have verified that this fixes the issue on a Xiaomi Redmi 3S running Android 6.0.1.

vishnukvmd commented 3 years ago

This change is triggering https://github.com/flutter/flutter/issues/83613.