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

Warning in NfcInFlutterPlugin.m #45

Open larssn opened 4 years ago

larssn commented 4 years ago

The following line produces a warning: https://github.com/semlette/nfc_in_flutter/blob/4a5062a0a601a285a8354d684215eedc614e4069/ios/Classes/NfcInFlutterPlugin.m#L564 should be numberWithInteger instead of numberWithInt.