doordeck_flutter_plugin 2.3.2 copy "doordeck_flutter_plugin: ^2.3.2" to clipboard
doordeck_flutter_plugin: ^2.3.2 copied to clipboard

Flutter Plugin for the Doordeck's SDKs

doordeck_flutter_plugin #

Flutter Plugin for the Doordeck's SDKs (Android & iOS)

Instructions #

Assuming that you have a running project already, please:

iOS #

  1. Target your app at least to platform 12 To achieve this, modify your Podfile and add: platform :ios, '12'
  2. Enable the NFC Tag Reading Capability. To achieve this, go to your Certificates, Identifiers & Profiles (Dev center) page to add manually the NFC capability. Also add the entitlement into the Xcode project:
  <key>com.apple.developer.nfc.readersession.formats</key>
  <array>
      <string>NDEF</string>
  </array>
  1. Add the NFC usage description to your project. To achieve this, add a string for the key Privacy — NFC Scan Usage Description to your Info.plist

Android #

Target your app to minSdkVersion 21

If you face an error similar to:

Manifest merger failed : Attribute application@label value=([APP_NAME]) from (unknown) is also present at [com.github.adorsys:secure-storage-android:0.0.2] AndroidManifest.xml:12:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to

Please continue as the suggestion says. Be sure you have a string named @string/app_name as your app name, which is your label for your app as well and add the suggestion mentioned.

#

Then be sure you follow the example. Any issues, please raise an issue at the Github's repo.

1
likes
100
pub points
60%
popularity

Publisher

verified publisherdoordeck.com

Flutter Plugin for the Doordeck's SDKs

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on doordeck_flutter_plugin