Open ahsan-storm opened 2 months ago
same here
Judging by https://github.com/DImuthuUpe/AndroidPdfViewer/issues/1206, the owner and name of the native plugin have changed. It is necessary to change the dependencies in this package.
In build.gradle add to repositories
mavenCentral()
maven { url 'https://jitpack.io' }
And replace
implementation('com.github.barteksc:android-pdf-viewer:3.0.0-beta.4')
with
implementation ('com.github.DImuthuUpe:AndroidPdfViewer:3.1.0-beta.1')
I also made a fork with these changes https://github.com/Legendorik/pdf_viewer_plugin
I am trying to create a new flutter release and while running the command
flutter build apk
I get the following error:`Execution failed for task ':pdf_viewer_plugin:generateReleaseRFile'.