leanflutter / window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
https://pub.dev/packages/window_manager
MIT License
676 stars 177 forks source link

[Feature-Request] Multi-Window Support #430

Open CodeWithKamal opened 6 months ago

CodeWithKamal commented 6 months ago

Requesting the addition of multi-window support to the window_manager Flutter package.

Feature Request:

Enable the creation and management of multiple windows within a Flutter application. Each window should have independent widgets and state, enhancing the flexibility of Flutter apps.

Use Cases:

Note:

Consideration for platform-specific behavior and minimal disruption to existing projects is essential. Feedback and suggestions are welcome.