fluttercommunity / fluttercommunity/chewie
Fullscreen button not working
Open
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 1.1k
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 6
Description
Fullscreen is totally not working in my case, I am using this in my app:
SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]).then((_) {
runApp(new MyApp());
});
Any way to fix the fullscreen button on the player or just hide it? Or handle the fullscreen button with a custom click listener?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.