Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Dock Window to Screen like Taskbar #347

Merged
merged 10 commits into from
Jul 1, 2023

Conversation

aexei
Copy link
Contributor

@aexei aexei commented Jun 1, 2023

With this function, the window can be docked to the edge of the screen, similar to the Windows taskbar.

This feature is only available under Windows.

This way you can test whether the platform supports docking:
final dockable = await windowManager.isDockable();

To dock the window you can call this function
await windowManager.dock(side: DockSide.LEFT, width: 100);

To undock the window you can call this function
await windowManager.undock();

@lijy91
Copy link
Member

lijy91 commented Jun 1, 2023

There is some conflict, can you handle it?

@lijy91
Copy link
Member

lijy91 commented Jul 1, 2023

LGTM

@lijy91 lijy91 merged commit 72aeb98 into leanflutter:main Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants