binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
117 stars 67 forks source link

Execution failed for task ':flutter_pdfview:verifyReleaseResources'. #95

Open ashtav opened 1 year ago

ashtav commented 1 year ago

Describe the bug

To Reproduce Steps to reproduce the behaviour: Just run command, flutter run --release on Terminal

Additional context

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.7.10, on Microsoft Windows [Version
    10.0.19044.2728], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or
    higher)
[√] Android toolchain - develop for Android devices (Android SDK
    version 30.0.3)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022
    17.2.1)
[√] Android Studio (version 4.2)
[√] VS Code (version 1.77.1)
[√] Connected device (4 available)
[√] HTTP Host Availability

• No issues found!
karthik-gowda commented 1 year ago

Same issue while building apk

nishantvekariya21 commented 1 year ago

Same issue while creating apk

bheuju commented 1 year ago

Force 1.2.9 version of flutter_pdfview and build.

Add this in your pubspec.yaml

dependency_overrides:
  flutter_pdfview: 1.2.9

Then do: flutter clean/build

arpankanwer commented 1 year ago

Force 1.2.9 version of flutter_pdfview and build.

Add this in your pubspec.yaml

dependency_overrides:
  flutter_pdfview: 1.2.9

Then do: flutter clean/build

Thanks, It worked.