How to fix the shortcomings in native libraries while working with Flutter, using NFC as an example. In most cases when working with flutter, the developer doesn’t have to interact with the native code at all (Java/Kotlin and ObjectiveC/Swift), as the flutter’s toolbox is quite rich. But in some cases…