flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.19k stars 26.64k forks source link

video_player: Please add support for Windows #147518

Closed stephane-archer closed 2 weeks ago

stephane-archer commented 2 weeks ago

Use case

I actually only need there lines to work not the full package

    VideoPlayerController controller = VideoPlayerController.file(file);
    await controller.initialize();
    var height = controller.value.size.height;
    var width = controller.value.size.width;

Proposal

can you implement a really basic version for Windows?

danagbemava-nc commented 2 weeks ago

Closing this as a duplicate of https://github.com/flutter/flutter/issues/37673

github-actions[bot] commented 2 days ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.