Skip to content

Commit 80df592

Browse files
committed
Update README files to include new features and improvements
1 parent bb56ad9 commit 80df592

File tree

2 files changed

+410
-0
lines changed

2 files changed

+410
-0
lines changed

docs/index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Introduction
2+
3+
The `window_manager` plugin provides comprehensive window management capabilities for Flutter desktop applications, enabling full control over window size, position, appearance, close behavior, and listening to events.
4+
5+
## Core Features
6+
7+
### Window Control
8+
9+
- Set size/min/max limits
10+
- Position windows across displays
11+
- Manage states: maximize/minimize/fullscreen
12+
- Custom close handlers
13+
14+
### Visual Customization
15+
16+
- Hide title bars
17+
- Create borderless windows
18+
- Adjust opacity/background color
19+
- Control window shadows
20+
21+
### Event Listeners
22+
23+
- Lifecycle: open/close events
24+
- State: maximize/minimize/fullscreen
25+
- Position: move/resize
26+
- Focus: focus/blur
27+
28+
## Platform Support
29+
30+
| Platform | Support |
31+
| -------- | :----------------- |
32+
| Linux | ✔️ Fully supported |
33+
| macOS | ✔️ Fully supported |
34+
| Windows | ✔️ Fully supported |

0 commit comments

Comments
 (0)