forked from leanflutter/window_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (33 loc) · 779 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
name: window_manager
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.2.7
homepage: https://github.com/leanflutter/window_manager
platforms:
linux:
macos:
windows:
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
path: ^1.8.0
screen_retriever: ^0.1.2
dev_dependencies:
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