forked from semlette/nfc_in_flutter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (22 loc) · 678 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
26 lines (22 loc) · 678 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
name: nfc_in_flutter
description: Flutter plugin to read and write NFC tags on both Android and iOS. Currently it only supports reading NDEF formatted tags.
version: 3.0.0
homepage: https://github.com/semlette/nfc_in_flutter
repository: https://github.com/semlette/nfc_in_flutter
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: dev.semler.nfc_in_flutter
pluginClass: NfcInFlutterPlugin
ios:
pluginClass: NfcInFlutterPlugin