forked from mintware-de/flutter_p2p
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (23 loc) · 762 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
28 lines (23 loc) · 762 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: flutter_p2p
description: A WiFi Direct Plugin for Flutter. This Plugin uses the native WiFi P2P API of Android.
version: 0.1.0
author: Julian Finkler <julian@mintware.de>
homepage: https://www.mintware.de
repository: https://github.com/mintware-de/flutter_p2p
issue_tracker: https://github.com/mintware-de/flutter_p2p/issues
documentation: https://github.com/mintware-de/flutter_p2p/wiki
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
protobuf: ^1.0.0
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter:
plugin:
androidPackage: de.mintware.flutter_p2p
pluginClass: FlutterP2pPlugin