-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 663 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 663 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
name: protocol_handler_windows
description: Windows implementation of the protocol_handler plugin.
version: 0.2.0
repository: https://github.com/leanflutter/protocol_handler/tree/main/packages/protocol_handler_windows
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
protocol_handler_platform_interface: ^0.2.0
win32_registry: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
mostly_reasonable_lints: ^0.1.1
flutter:
plugin:
implements: protocol_handler
platforms:
windows:
dartPluginClass: ProtocolHandlerWindows
pluginClass: ProtocolHandlerWindowsPluginCApi