forked from rustdesk-org/rustdesk_desktop_multi_window
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 659 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (24 loc) · 659 Bytes
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
name: desktop_multi_window
description: A flutter plugin that create and manager multi window in desktop.
version: 0.1.0
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_multi_window
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
macos:
pluginClass: FlutterMultiWindowPlugin
windows:
pluginClass: DesktopMultiWindowPlugin
linux:
pluginClass: DesktopMultiWindowPlugin