We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625d44d commit b7c34a1Copy full SHA for b7c34a1
melos.yaml
packages/window_manager/example/pubspec.yaml
@@ -1,9 +1,10 @@
1
name: window_manager_example
2
+resolution: workspace
3
description: Demonstrates how to use the window_manager plugin.
4
publish_to: "none"
5
6
environment:
- sdk: ">=3.0.0 <4.0.0"
7
+ sdk: ^3.5.0
8
9
dependencies:
10
bot_toast: ^4.1.3
packages/window_manager/pubspec.yaml
@@ -1,4 +1,5 @@
name: window_manager
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.5.1
homepage: https://leanflutter.dev
@@ -22,7 +23,7 @@ topics:
22
23
- desktop-window
24
25
26
27
flutter: ">=3.3.0"
28
29
0 commit comments