Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions melos.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion packages/window_manager/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: window_manager_example
resolution: workspace
description: Demonstrates how to use the window_manager plugin.
publish_to: "none"

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ^3.5.0

dependencies:
bot_toast: ^4.1.3
Expand Down
3 changes: 2 additions & 1 deletion packages/window_manager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: window_manager
resolution: workspace
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.5.1
homepage: https://leanflutter.dev
Expand All @@ -22,7 +23,7 @@ topics:
- desktop-window

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ^3.5.0
flutter: ">=3.3.0"

dependencies:
Expand Down
Loading