Skip to content

Visual bug in fullscreen #83

@CodeDoctorDE

Description

@CodeDoctorDE

I'm using this button to control the fullscreen

IconButton(
                  icon: const Icon(PhosphorIcons.frameCornersLight),
                  iconSize: 16,
                  splashRadius: 20,
                  onPressed: () async {
                    var current = await windowManager.isFullScreen();
                    await windowManager.setFullScreen(!current);
                  },
                ),

If I click on it, it looks like this
image
The appbar seems to be replicated.

If you want to test it on the my app: https://github.com/LinwoodCloud/Butterfly/tree/CodeDoctorDE/issue117/app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions