From 1fef78abdd274b71dc0bd072c6aed55f30f44a3d Mon Sep 17 00:00:00 2001 From: Lars <890725+larssn@users.noreply.github.com> Date: Tue, 7 May 2024 10:13:28 +0200 Subject: [PATCH] docs: removed mention of long-fixed bug So the removed chunk was fixed 3 years ago, see: https://github.com/nfcim/flutter_nfc_kit/issues/23#issuecomment-865452977 --- lib/flutter_nfc_kit.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/flutter_nfc_kit.dart b/lib/flutter_nfc_kit.dart index 8bbecfe..e8868b3 100644 --- a/lib/flutter_nfc_kit.dart +++ b/lib/flutter_nfc_kit.dart @@ -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 poll({ Duration? timeout, bool androidPlatformSound = true,