Replies: 1 comment
-
Closing as it is now included in the "Installing Components" section in the docs :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently hit a problem when using
rinf message
on Ubuntu.The long error message (which I cannot reproduce anymore) indicated that it could not find
libc6.so
in a path that was relative to the flutter SDK path.So, I uninstalled flutter from the app store and reinstalled flutter using official instructions about "Download and Install" (not trusting the VSCode-based install option).
Voila!
rinf message
now works as expected. I hope this is helpful to others...Beta Was this translation helpful? Give feedback.
All reactions