Skip to content

Commit b7c34a1

Browse files
committed
feat: Support Dart workspaces
1 parent 625d44d commit b7c34a1

File tree

5 files changed

+348
-105
lines changed

5 files changed

+348
-105
lines changed

melos.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/window_manager/example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: window_manager_example
2+
resolution: workspace
23
description: Demonstrates how to use the window_manager plugin.
34
publish_to: "none"
45

56
environment:
6-
sdk: ">=3.0.0 <4.0.0"
7+
sdk: ^3.5.0
78

89
dependencies:
910
bot_toast: ^4.1.3

packages/window_manager/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: window_manager
2+
resolution: workspace
23
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
34
version: 0.5.1
45
homepage: https://leanflutter.dev
@@ -22,7 +23,7 @@ topics:
2223
- desktop-window
2324

2425
environment:
25-
sdk: ">=3.0.0 <4.0.0"
26+
sdk: ^3.5.0
2627
flutter: ">=3.3.0"
2728

2829
dependencies:

0 commit comments

Comments
 (0)