Skip to content

Changing screen orientation doesn't have any effect #25

Closed
@dluksza

Description

@dluksza

Standard way of changing flutter application orientation doesn't work on Rpi. Setting:

SystemChrome.setPreferredOrientations([
    DeviceOrientation.portraitUp,
]);

doesn't affect screen layout. I've also tried with DeviceOrientation.landscapeLeft and there is no difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions