anlumo / flutter_embedder

Flutter embedder written in Rust (WIP)
Apache License 2.0
71 stars 4 forks source link

fatal error LNK1181: cannot open input file 'flutter_engine.lib' #3

Closed canewsin closed 2 months ago

canewsin commented 2 months ago

do we need to download these for linking from official repo?

anlumo commented 2 months ago

Yes. I'm working on automating this, but that script isn’t in this public repository yet.

anlumo commented 2 months ago
https://storage.googleapis.com/flutter_infra_release/flutter/{engine_version}/{platform_name}/{platform_name}-embedder.zip

Where engine_version is the commit hash of the engine (found in $FLUTTER_HOME/bin/internal/engine.version) and platform_name is windows-x64 or linux-x64 (macOS has a different naming scheme entirely).