Flutter compile assets into executable (windows)

Viewed 85

I'am using flutter for desktop.

The release folder (flutter build windows) contains the executable, the dlls and a data folder with all my assets including icons. Is there a way to compile these assets into the executable to prevent them from being easily copied or stolen.

The assets section inside pubspec.yaml looks like this:

enter image description here

0 Answers
Related