lubritto / pdf_viewer_plugin

A Flutter plugin for IOS and Android providing a simple way to display PDFs.
MIT License
57 stars 65 forks source link

fixed release version #27

Closed Yom3n closed 3 years ago

Yom3n commented 4 years ago

Downgraded android-pdf-viever to 2.8.2

KipCrossing commented 3 years ago

Whats the status on this? Thanks!

king-millez commented 3 years ago

Hey man, I got a lot on the line waiting for this PR to be merged. Boss is on my back every day wanting to see his PDFs in app. If you could merge this my life will become bearable and I'll be able to see my family again.

KipCrossing commented 3 years ago

@lubritto Going to bum this PR

mdmota commented 3 years ago
Running Gradle task 'assembleDevDebug'...
C:\flutter\.pub-cache\hosted\pub.dartlang.org\pdf_viewer_plugin-1.0.1\android\src\main\java\com\example\pdfviewerplugin\PdfViewer.java:25: error: cannot find symbol
        Intent i = new Intent(this, Wakeup.class);
        ^
  symbol:   class Intent
  location: class PdfViewer
C:\flutter\.pub-cache\hosted\pub.dartlang.org\pdf_viewer_plugin-1.0.1\android\src\main\java\com\example\pdfviewerplugin\PdfViewer.java:25: error: cannot find symbol
        Intent i = new Intent(this, Wakeup.class);
                       ^
  symbol:   class Intent
  location: class PdfViewer
C:\flutter\.pub-cache\hosted\pub.dartlang.org\pdf_viewer_plugin-1.0.1\android\src\main\java\com\example\pdfviewerplugin\PdfViewer.java:25: error: cannot find symbol
        Intent i = new Intent(this, Wakeup.class);
                                    ^
  symbol:   class Wakeup
  location: class PdfViewer
C:\flutter\.pub-cache\hosted\pub.dartlang.org\pdf_viewer_plugin-1.0.1\android\src\main\java\com\example\pdfviewerplugin\PdfViewer.java:26: error: cannot find symbol
        i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                   ^
  symbol:   variable Intent
  location: class PdfViewer
4 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':pdf_viewer_plugin:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 23s
Exception: Gradle task assembleDevDebug failed with exit code 1
mdmota commented 3 years ago

Error when upgrading to the latest version. After pub get and run the app