The plugins `qrscan` use a deprecated version of the Android embedding.
See original GitHub issuei 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:
- Created 2 years ago
- Reactions:7
- Comments:12
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
me too, please tag me when finding an answer