1

I'm tring to build a simple application in dart/flutter for windows. After flutter build windows --release it creates a .exe with all .dll files that application uses. Obviously when I copy and past the .exe in another folder the .exe does't work. There are a way to embed .dll into the .exe?

3
  • Flutter itself does not provide something like that, you have to look for a third-party tool or such. Flutter doesn't even include in the release folder additional DLLs that might be needed by some packages. Commented Mar 16, 2023 at 15:48
  • Even if it is technically possible, it might not be legal (i.e., it might violate licensing terms). Commented Mar 16, 2023 at 18:22
  • 1
    You can use Inno Setup app to create windows installer. Follow this tutorial protocoderspoint.com/… Commented Mar 17, 2023 at 10:17

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.