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

Migration to the V2 embedding #99

Open andriy-gulak-ew opened 2 years ago

andriy-gulak-ew commented 2 years ago

Hello! I've upgraded my app to flutter 2.5+. And upon pub get command I have received the following output:

The plugins `nfc_in_flutter` use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Can you please upgrade the plugin to the latest V2 embedding? Thanks!

atlid8 commented 2 years ago

Any news on this?