semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
120 stars 119 forks source link

Release for weak_framework #32

Closed olgeni closed 4 years ago

olgeni commented 4 years ago

Hello,

Would it be possible to roll a release with commit 3041739? So I could get NFC as a weak framework, and use the app on older phones too 😅

semlette commented 4 years ago

I'll try to get a release out shortly. There's a few things I want to sort out before I publish a new release, but in the mean time you can set the nfc_in_flutter version to the Git commit like so:

dependencies:
  nfc_in_flutter:
    git:
      url: git://github.com/semlette/nfc_in_flutter.git
      ref: 4c1b73f5d024fac7d25ac909f5d47796a53e5e3e
olgeni commented 4 years ago

It worked 😃 thank you!