Any one tried with flutter-elinux? #2848
-
I replaced the flutter command with flutter-elinux, and it successfully created the sample file. However, when I try to run the project using: I get the following error: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It worked 🗣️ |
Beta Was this translation helpful? Give feedback.
-
Workgroundmkdir -p build/linux/x64/debug/bundle/lib/ |
Beta Was this translation helpful? Give feedback.
Workground
mkdir -p build/linux/x64/debug/bundle/lib/
cp target/x86_64-unknown-linux-gnu/debug/librust_lib_sample_app.so build/linux/x64/debug/bundle/lib/
export LD_LIBRARY_PATH=$PWD/build/linux/x64/debug/bundle/lib:$LD_LIBRARY_PATH