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
119 stars 119 forks source link

chore: null safety support #85

Closed larssn closed 3 years ago

larssn commented 3 years ago

Hey. So this PR primary adds NNDB support, but also made a few other changes that are outlined below.

If anyone requires this PR before it is merged, you can do this in pubspec.yaml:

nfc_in_flutter:
  git:
    url: https://github.com/larssn/nfc_in_flutter

Changelog: chore: null safety support chore: bump targetsdkversion to 30 fix: onCancel crash chore: migrated all buttons in the example project

Closes #83

larssn commented 3 years ago

@semlette You looking for maintainers?