Skip to content

Commit

Permalink
docs: removed mention of long-fixed bug
Browse files Browse the repository at this point in the history
So the removed chunk was fixed 3 years ago, see: nfcim#23 (comment)
  • Loading branch information
larssn committed May 7, 2024
1 parent dc3d06b commit 1fef78a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/flutter_nfc_kit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@ class FlutterNfcKit {
///
/// Note: Sometimes NDEF check [leads to error](https://github.com/nfcim/flutter_nfc_kit/issues/11), and disabling it might help.
/// If disabled, you will not be able to use any NDEF-related methods in the current session.
///
/// Caution: due to [bug in iOS CoreNFC](https://github.com/nfcim/flutter_nfc_kit/issues/23), [readIso18092] is disabled by default from 2.2.1.
/// If enabled, please ensure that `com.apple.developer.nfc.readersession.felica.systemcodes` is set in `Info.plist`,
/// or your NFC **WILL BE TOTALLY UNAVAILABLE BEFORE REBOOT**.
static Future<NFCTag> poll({
Duration? timeout,
bool androidPlatformSound = true,
Expand Down

0 comments on commit 1fef78a

Please sign in to comment.