forked from nfcim/flutter_nfc_kit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 688 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (25 loc) · 688 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
29
name: flutter_nfc_kit
description: Provide NFC functionality on Android and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
version: 3.0.2
homepage: "https://github.com/nfcim/flutter_nfc_kit"
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
json_annotation: ^4.0.1
ndef: ^0.3.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.6
json_serializable: ^4.1.0
flutter:
plugin:
platforms:
android:
package: im.nfc.flutter_nfc_kit
pluginClass: FlutterNfcKitPlugin
ios:
pluginClass: FlutterNfcKitPlugin