-
-
Notifications
You must be signed in to change notification settings - Fork 173
Failed to load dynamic library 'libserialport.so' #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Thanks!
did the job! |
I don't have do i need to copy paste, or just ln -s
|
@trapeye that's a different issue dart_vlc will not work with flutter-pi without modification. You can't just copy the dart_vlcs plugin .so that was built for the linux desktop embedder, since linux desktop embedder and flutter-pi have different interfaces. If you want to make dart_vlc working with flutter-pi you need to write some custom C code (in the flutter-pi source tree) to integrate it with flutter-pi's APIs |
I'm trying to use flutter_libserialport library.
I've followed the guidelines of Libserialport and built the library.
I clearly have a file
/usr/local/lib/libserialport.so
Unfortunately, when I run
sudo flutter-pi my_apps_flutter_assets
I see red screen with message:How to force
flutter-pi
to see thelibserialport.so
Kind regards,
The text was updated successfully, but these errors were encountered: