okadan / flutter-nfc-manager

A Flutter plugin for accessing the NFC features on Android and iOS.
https://pub.dev/packages/nfc_manager
MIT License
198 stars 129 forks source link

`nfc_manager_ndef` doesn't exist on pub.dev #181

Open Dohmanlechx opened 6 months ago

Dohmanlechx commented 6 months ago

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 commented 3 months ago

@okadan any update?

okadan commented 3 months ago

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).