Closed njzimpli closed 2 hours ago
There are video_player_win_plugin.dll in path:
$project-path\build\windows\x64\plugins\video_player_win\Release\video_player_win_plugin.dll
Which file already being copied to .\build\windows\x64\runner\Release\
I think, it was my mistake about building .exe configuration. I'm investigating.
In the Inno Setup Script (.iss)
Added this command to your installer .iss script.
Source: "..\..\build\windows\x64\runner\Release\video_player_win_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Solved it.
I'm working on video_player_win, it worked fine on debug and can play video in windows but when i build .exe and install as a release version and open app, there is prompt error video_player_win_plugin.dll required.
Video player info:
video_player: ^2.2.18
video_player_win:
git: url: https://github.com/jakky1/video_player_win.git ref: support_http_headers
Flutter version: 3.24.4 │ stable Dart: 3.5.4
Windows: