Skip to content

Commit

Permalink
Merge pull request #157 from larssn/patch-1
Browse files Browse the repository at this point in the history
docs: removed mention of long-fixed bug
  • Loading branch information
Harry-Chen committed May 20, 2024
2 parents 999876d + 1fef78a commit 43a4937
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 43a4937

Please sign in to comment.