@capgo/capacitor-nfc
Advanced tools
@@ -7,3 +7,3 @@ import Capacitor | ||
| public class NfcPlugin: CAPPlugin, CAPBridgedPlugin { | ||
| private let pluginVersion: String = "8.1.1" | ||
| private let pluginVersion: String = "8.1.2" | ||
@@ -10,0 +10,0 @@ public let identifier = "NfcPlugin" |
+1
-1
| { | ||
| "name": "@capgo/capacitor-nfc", | ||
| "version": "8.1.1", | ||
| "version": "8.1.2", | ||
| "description": "Native NFC tag discovery, reading and writing for Capacitor apps on iOS and Android.", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
+14
-0
@@ -35,3 +35,17 @@ # @capgo/capacitor-nfc | ||
| You can use our AI-Assisted Setup to install the plugin. Add the Capgo skills to your AI tool using the following command: | ||
| ```bash | ||
| npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-plugins | ||
| ``` | ||
| Then use the following prompt: | ||
| ```text | ||
| Use the `capacitor-plugins` skill from `cap-go/capacitor-skills` to install the `@capgo/capacitor-nfc` plugin in my project. | ||
| ``` | ||
| If you prefer Manual Setup, install the plugin by running the following commands and follow the platform-specific instructions below: | ||
| ```bash | ||
| npm install @capgo/capacitor-nfc | ||
@@ -38,0 +52,0 @@ npx cap sync |
153813
0.34%511
2.82%