flutter_nfc_kit icon indicating copy to clipboard operation
flutter_nfc_kit copied to clipboard

fix: relax android minSdkVersion and js dependency

Open paricleu opened this issue 1 year ago • 2 comments

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.

paricleu avatar Sep 25 '24 14:09 paricleu

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?

Harry-Chen avatar Oct 03 '24 05:10 Harry-Chen

Oh, I didn't see that. Sorry.

Yes, the Flutter sdk uses that for all new projects as a default. See here.

paricleu avatar Oct 09 '24 12:10 paricleu