semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
120 stars 119 forks source link

add parameter for ios alert message handling #25

Closed dghilardi closed 4 years ago

dghilardi commented 4 years ago

Added a parameter to let developer specify an alert message to show in the ios modal NFC window (https://developer.apple.com/documentation/corenfc/nfcreadersession/2919987-alertmessage).

semlette commented 4 years ago

Looks good 😀

Thank you very much.