-2

Questions:

I did try with window_manager either it is producing something that far from the result or something buggy .

  1. How can I make the window borderless and floating?
  2. Is it possible to create multiple windows with window_manager?
  3. Are there alternative packages better suited for overlay/floating windows?
  4. Is there a package with better Win32 API integration that might handle floating windows more effectively?

I'm wondering if there's something that provides more direct communication with Windows APIs for advanced window management features.

Environment: Flutter 3.32.8 ,OS: Windows 11

Any examples or guidance would be appreciated, especially if you've implemented something similar to Microsoft Clock's Focus Sessions floating timer (just example ) can be anything which have additional floating window.

1 Answer 1

1

You can try the library called desktop_multi_window, I think it will solve your problem:

$ flutter pub add desktop_multi_window

You can see the documentation at desktop_multi_window

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.