forked from leanflutter/window_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
42 lines (36 loc) · 776 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: window_manager
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.4.0
homepage: https://github.com/leanflutter/window_manager
platforms:
linux:
macos:
windows:
topics:
- window
- window-resize
- window-manager
- desktop
- desktop-window
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
path: ^1.8.2
screen_retriever: ^0.1.9
dev_dependencies:
dependency_validator: ^3.0.0
flutter_test:
sdk: flutter
mostly_reasonable_lints: ^0.1.2
flutter:
plugin:
platforms:
linux:
pluginClass: WindowManagerPlugin
macos:
pluginClass: WindowManagerPlugin
windows:
pluginClass: WindowManagerPlugin