Add to pubspec.yaml:
dependencies:
flutter_nfc_compatibility: ^0.0.1import 'package:flutter_nfc_compatibility/flutter_nfc_compatibility.dart';Add those two lines to your AndroidManifest.xml on the top
<uses-permission android:name="android.permission.NFC" />
<uses-feature
android:name="android.hardware.nfc"
android:required="true" />