flutter-nfc-manager icon indicating copy to clipboard operation
flutter-nfc-manager copied to clipboard

`nfc_manager_ndef` doesn't exist on pub.dev

Open Dohmanlechx opened this issue 1 year ago • 2 comments

I need to run the latest dev version (4.0.0-dev) because otherwise, I would run into some Android Gradle issues.

When I bumped the package to the latest I learned that the NDEF stuff was extracted to a subpackage (though, why?) named nfc_manager_ndef, which was stated here: https://pub.dev/packages/nfc_manager/versions/4.0.0-dev#handling-the-nfctag-instance

But that package is not available on pub.dev. I tried importing it via the GitHub URL, but it complained about how I cannot import a GitHub package that relies on a package from pub.dev, or something like that.

So the short question: is there a planned date for when nfc_manager_ndef will be uploaded to pub.dev?

Dohmanlechx avatar Feb 20 '24 11:02 Dohmanlechx

@okadan any update?

Dohmanlechx avatar May 07 '24 08:05 Dohmanlechx

is there a planned date for when nfc_manager_ndef will be uploaded to pub.dev?

@Dohmanlechx Sorry for the delay. I plan to publish the dev version soon (probably within a month).

okadan avatar May 07 '24 12:05 okadan

Published: https://pub.dev/documentation/nfc_manager_ndef/latest/

okadan avatar Sep 30 '25 09:09 okadan