alexmercerind / dart_vlc

Flutter bindings to libVLC.
GNU Lesser General Public License v2.1
513 stars 137 forks source link

Trying to create a realse app in windows using Inno, #369

Open sararachelfwebit2 opened 1 year ago

sararachelfwebit2 commented 1 year ago

Describe the bug Explain the bug.

Media

Upload / give URL of the audio/video files that cause the issue (if applicable).

Minimal reproducible code

replace this line with the code that causes bug (code should be compile-able & single-file)

Flutter logs

paste output of **flutter run --verbose** here (replace this line, and make sure to include --verbose flag).
paste output of **flutter doctor --verbose** here (replace this line, and make sure to include --verbose flag).

Operating system:

Other details:

Screenshots If applicable, add screenshots to help explain your problem. Otherwise, do nothing.

sararachelfwebit2 commented 1 year ago

Trying to create a realse app in windows using Inno with using dart_vlc . When installing the app and getting to part of displaying movies using this package the app crashes and dissapers. I added all the dll files . I can not understand what is the problem because runnig the app from android studio work good. Anyone has an idea what can be the problem ?