You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[BlueBubbles](https://github.com/BlueBubblesApp/bluebubbles-app) - BlueBubbles is an ecosystem of apps bringing iMessage to Android, Windows, and Linux
455
-
-[Yukino](https://github.com/yukino-app/yukino/tree/flutter-rewrite) - Yukino lets you read manga or stream anime ad-free from multiple sources.
456
455
-[LunaSea](https://github.com/CometTools/LunaSea) - A self-hosted controller for mobile and macOS built using the Flutter framework.
@@ -131,7 +131,7 @@ Add this to your package's `pubspec.yaml` file:
131
131
132
132
```yaml
133
133
dependencies:
134
-
window_manager: ^0.2.3
134
+
window_manager: ^0.2.5
135
135
```
136
136
137
137
Or
@@ -452,9 +452,9 @@ class _HomePageState extends State<HomePage> with WindowListener {
452
452
-[AuthPass](https://authpass.app/) - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
453
453
-[Biyi (比译)](https://biyidev.com/) - A convenient translation and dictionary app written in dart / Flutter.
454
454
-[BlueBubbles](https://github.com/BlueBubblesApp/bluebubbles-app) - BlueBubbles is an ecosystem of apps bringing iMessage to Android, Windows, and Linux
455
-
-[Yukino](https://github.com/yukino-app/yukino/tree/flutter-rewrite) - Yukino lets you read manga or stream anime ad-free from multiple sources.
456
455
-[LunaSea](https://github.com/CometTools/LunaSea) - A self-hosted controller for mobile and macOS built using the Flutter framework.
457
456
-[Linwood Butterfly](https://github.com/LinwoodCloud/Butterfly) - Open source note taking app written in Flutter
457
+
-[RustDesk](https://github.com/rustdesk/rustdesk) - Yet another remote desktop software, written in Rust. Works out of the box, no configuration required.
458
458
459
459
## API
460
460
@@ -467,11 +467,10 @@ class _HomePageState extends State<HomePage> with WindowListener {
467
467
468
468
Wait until ready to show.
469
469
470
-
##### destroy`macos``windows`
470
+
##### destroy
471
471
472
472
Force closing the window.
473
473
474
-
475
474
##### close
476
475
477
476
Try to close the window.
@@ -551,18 +550,6 @@ This will make a window maintain an aspect ratio.
551
550
552
551
Sets the background color of the window.
553
552
554
-
##### getBounds
555
-
556
-
Returns `Rect` - The bounds of the window as Object.
557
-
558
-
##### setBounds
559
-
560
-
Resizes and moves the window to the supplied bounds.
561
-
562
-
##### getPosition
563
-
564
-
Returns `Offset` - Contains the window's current position.
565
-
566
553
##### setAlignment
567
554
568
555
Move the window to a position aligned with the screen.
@@ -571,9 +558,13 @@ Move the window to a position aligned with the screen.
571
558
572
559
Moves window to the center of the screen.
573
560
574
-
##### setPosition
561
+
##### getBounds
575
562
576
-
Moves window to position.
563
+
Returns `Rect` - The bounds of the window as Object.
564
+
565
+
##### setBounds
566
+
567
+
Resizes and moves the window to the supplied bounds.
577
568
578
569
##### getSize
579
570
@@ -583,6 +574,14 @@ Returns `Size` - Contains the window's width and height.
583
574
584
575
Resizes the window to `width` and `height`.
585
576
577
+
##### getPosition
578
+
579
+
Returns `Offset` - Contains the window's current position.
580
+
581
+
##### setPosition
582
+
583
+
Moves window to position.
584
+
586
585
##### setMinimumSize
587
586
588
587
Sets the minimum size of window to `width` and `height`.
@@ -654,11 +653,10 @@ Returns `String` - The title of the native window.
654
653
655
654
Changes the title of native window to title.
656
655
657
-
##### setTitleBarStyle`macos``windows`
656
+
##### setTitleBarStyle
658
657
659
658
Changes the title bar style of native window.
660
659
661
-
662
660
##### getTitleBarHeight
663
661
664
662
Returns `int` - The title bar height of the native window.
@@ -691,16 +689,14 @@ Returns `bool` - Whether the window has a shadow. On Windows, always returns tru
691
689
Sets whether the window should have a shadow. On Windows, doesn't do anything unless window is frameless.
692
690
693
691
694
-
##### getOpacity`macos``windows`
692
+
##### getOpacity
695
693
696
-
Returns `double` - between 0.0 (fully transparent) and 1.0 (fully opaque). On Linux, always returns 1.
694
+
Returns `double` - between 0.0 (fully transparent) and 1.0 (fully opaque).
0 commit comments