fluttercommunity / fluttercommunity/chewie

Fullscreen button not working

Open
#205 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.