forked from leanflutter/protocol_handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
37 lines (31 loc) · 765 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
name: protocol_handler
description: This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
version: 0.1.4
homepage: https://github.com/leanflutter/protocol_handler
platforms:
ios:
macos:
windows:
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
win32_registry: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
plugin:
platforms:
android:
package: org.leanflutter.plugins.protocol_handler
pluginClass: ProtocolHandlerPlugin
ios:
pluginClass: ProtocolHandlerPlugin
macos:
pluginClass: ProtocolHandlerPlugin
windows:
pluginClass: ProtocolHandlerPlugin