Open kamleshwebtech opened 3 years ago
I am also getting the same error after upgrading flutter to the latest version
me too
I am also facing the same issue
flutter packages get
Running "flutter pub get" in linkinvestor-flutterapp-v2... 1,353ms
The plugins advance_pdf_viewer, flutter_full_pdf_viewer 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.
Anyone found any solution?
I have the same issue
I have downgraded flutter and then tried but it not worked.
I've also been having this problem.
Seems related to this PR: #49 Hopefully, it is going to be merged soon
Also the same issue as #82
Seems related to this PR: #49 Hopefully, it is going to be merged soon
Also the same issue as #82
Same here, this package is a good fit for our project! Though deprecated version of android embedding puts it away from using. Hopefully you guys could resolve this soon.
Please, upgrade this package as soon as possible. Thanks in advance.
Could you please fix this issue.
The plugin advance_pdf_viewer
uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
This is the migration documentation: https://docs.flutter.dev/development/packages-and-plugins/plugin-api-migration
anyone find an alternative ?
Found a similar issue. Don't know how to go about sorting this out
The plugin advance_pdf_viewer` uses a deprecated version of the Android embedding.
any updates here? still getting the deprecation error
@lohanidamodar here another on the same topic. The errors on the build logs are basicaly around the Android V2 Embeding:
The plugin advance_pdf_viewer
uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it 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.
Hi team, I have contacted the Dev @lohanidamodar and he mentioned he would try to look at the issues between this and next week, just thought to check in :)
Hello, were you able to solve the problem?
It is not solved. But I use the git
advance_pdf_viewer: git: url: https://github.com/enveraltin/pdf_viewer.git
It doesn't work for me, better to use this package: https://pub.dev/packages/pdf_render, it's easy to implement
Hi team, I have contacted the Dev @lohanidamodar and he mentioned he would try to look at the issues between this and next week, just thought to check in :)
@lohanidamodar I think the Merge requests from January did not include all of the fixes, as this is still causing important warnings on usage, as well as some issues have appeared where the plugin causes crashes. Do you thing there is a way we can get another merge of potencial solutions to critical bugs in? Thanks in advance for your reply.
This package seems to be abandoned. Has anyone a good alternative?
@mploigt Hello, I recommend you to use this package https://pub.dev/packages/pdf_render, I have been using it in a project since January and I have not had any problems, and it is easy to customize, I hope it helps you
Getting below error at the time of running "flutter pub get":
Kindly suggest how can we fix it. Thanks a lot.