forked from leanflutter/window_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (41 loc) · 920 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
43
44
45
46
47
name: window_manager
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.3.4
homepage: https://github.com/leanflutter/window_manager
platforms:
linux:
macos:
windows:
topics:
- window
- window resize
- window manager
- desktop
- desktop window
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
path: ^1.8.2
screen_retriever: ^0.1.6
dev_dependencies:
dependency_validator: ^3.0.0
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
linux:
pluginClass: WindowManagerPlugin
macos:
pluginClass: WindowManagerPlugin
windows:
pluginClass: WindowManagerPlugin
assets:
- images/ic_chrome_close.png
- images/ic_chrome_maximize.png
- images/ic_chrome_minimize.png
- images/ic_chrome_unmaximize.png