flutter_nfc_kit
flutter_nfc_kit copied to clipboard
fix: relax android minSdkVersion and js dependency
Lowered the minSdkVersion for android to match the flutter minSdk. The minSdk was falsely lowered to fix some gradle build error but I am using my fork with no issues. Also lowered js dependency to play nicely with other flutter packages.
Actually we have some description here: https://github.com/nfcim/flutter_nfc_kit?tab=readme-ov-file#dependency-issue-of-js-package.
I'm just curious about the minSdkVersion - is anyone still using API 21 (5.0) now?
Oh, I didn't see that. Sorry.
Yes, the Flutter sdk uses that for all new projects as a default. See here.