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

Main threading, simplify error handling, fix close bug #39

Closed semlette closed 4 years ago

semlette commented 4 years ago

This PR does quite a few things

  1. Fixes a bug. Still work in progress.
  2. Errors will be sent to Flutter on the main thread
  3. Cleaned up internal error handling