-
-
Notifications
You must be signed in to change notification settings - Fork 172
[Unclear documentation] libflutter_engine.so: cannot open shared object file: No such file or directory #272
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
That's not an error. There's multiple locations where the flutter engine can be located and this is just the first one that was tried.
The flutter engine will be installed in the first step of the dependencies section |
nope :(
I have dependencies already installed and |
Can you send a more complete error log ? |
Sure
|
^^^ This is the error , the previous message is just a warning. |
What does your debug log look like ? |
|
Your issue seems to be related to https://pub.dev/packages/package_info_plus have look at the method channel defined here : |
Thank you. |
Somehow in debug mode it recognizes it runs on linux and sets Probably the dart plugin registrant isn't running in release mode somehow, though not sure why. But there's some other unsupported plugins that show similar behaviour: #222 (If you do |
thanks so much @ardera and @pieter-scholtz |
@ardera and about:
is it a bug in Flutter itself? |
Have you tried handling the exception ? (In case it is causing the application to crash) |
I want to use the |
Not really, officially flutter only supports: android, ios, the official linux desktop embedder, the official windows desktop embedder, macos and so on. Flutter-pi is not officially supported. So it's surprising the dart plugin registrant is running in debug mode even. (But again, even if it ran in release mode, that doesn't change the fact that the plugin is not supported) Though that doesn't stop you from writing your own |
I've followed your guideline from README step by step and app was built just fine, but when I run it with
flutter-pi --release
I get:Could you please clarify in docs where I can get
libflutter_engine.so.release
and where to put it?Kind regards
The text was updated successfully, but these errors were encountered: