darwin-morocho / flutter-meedu-player

MIT License
21 stars 13 forks source link

Fullscreen landscape #4

Closed alakreasi closed 4 years ago

alakreasi commented 4 years ago

How do I configure automatic fullscreen landscape? I tried the example, but all video portraits

Thank you

alakreasi commented 4 years ago

This problem is resolved when I delete the device orientation on meedu_fullscreen_player.dart. Suggestions to add loading when connection is slow and lost.

darwin-morocho commented 4 years ago

Some videos in fullscreen mode requires portrait. So yo can listen the player events and detect when the player changes to fullscreen and rotate the device to landscape mode. See the example to catch the player events.

Please update to version 0.1.1 and check and check the example LaunchAsFullScreenPage