question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The plugins `qrscan` use a deprecated version of the Android embedding.

See original GitHub issue

i get this message after run flutter upgrade and flutter pub get :

Running "flutter pub get" in my_app...         ۴٫۲s
The plugins `qrscan` 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.
Process finished with exit code 0

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:7
  • Comments:12

github_iconTop GitHub Comments

3reactions
zakblackicommented, Oct 16, 2021

Use theses alternatives

flutter_barcode_scanner: ^2.0.0 qr_code_scanner: ^0.5.2 barcode_widget: ^2.0.1 qr_flutter: ^4.0.0

2reactions
JaShakouricommented, Sep 22, 2021

me too, please tag me when finding an answer

Read more comments on GitHub >

github_iconTop Results From Across the Web

The plugin `qrscan` uses a deprecated version of ...
when I'm going to use the plugin I get this msg. ... The plugin qrscan uses a deprecated version of the Android embedding....
Read more >
flutter - The plugins `XXXXX` use a deprecated version of ...
This error from packages, the package developer should update something to the V2 Android embedding.
Read more >
The plugins `XXXXX` use a deprecated version of ... - YouTube
The plugins `XXXXX` use a deprecated version of the Android embedding [solved] 2022 FIX. 8.2K views 10 months ago.
Read more >
Android v1 embedding app and plugin creation deprecation
The flutter create templates for apps and plugins no longer create Android wrapping based on the v1 Android embedding as part of our...
Read more >
The flutter plugin uses a deprecated version of the Android ...
The plugin `augmented_reality_plugin_wikitude` uses a deprecated version of the. Android embedding. To avoid unexpected runtime failures, or future build ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found