-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 712 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
28 lines (24 loc) · 712 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: presentation_displays
description: Flutter plugin supports to run on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless
homepage: https://github.com/VNAPNIC/presentation-displays
version: 1.0.0
environment:
sdk: ">=3.0.0 <4.0.0"
# Flutter versions prior to 1.12 did not support the
# flutter.plugin.platforms map.
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
flutter:
plugin:
platforms:
android:
package: com.namit.presentation_displays
pluginClass: PresentationDisplaysPlugin
ios:
pluginClass: PresentationDisplaysPlugin