Xlfdll
Results
1
comments of
Xlfdll
To make the solution clear, add the above namespace to **build.gradle** under **nfc_manager** plugin's `android/build.gradle` file (not your own project). ``` android { compileSdkVersion 31 ... namespace 'io.flutter.plugins.nfcmanager' } ```...