kaichii / pdf_viewer

A flutter plugin for handling PDF files. Works on both Android & iOS
https://pub.dev/packages/easy_pdf_viewer
BSD 3-Clause "New" or "Revised" License
6 stars 22 forks source link

Execution failed for task ':easy_pdf_viewer:verifyReleaseResources'. #34

Open ankittiwari25 opened 3 months ago

ankittiwari25 commented 3 months ago

FAILURE: Build failed with an exception.

BUILD FAILED in 1m 7s

### Getting this error when creating release build, it's working fine when working on the debug mode. This happend when i updated the Flutter sdk to the latest version [3.24.0]

### Note :- This issue is coming after latest flutter upgrade Flutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 80c2e84975 (2 weeks ago) • 2024-07-30 23:06:49 +0700 Engine • revision b8800d88be Tools • Dart 3.5.0 • DevTools 2.37.2

Screenshot 2024-08-15 at 17 04 58
asadbekdev commented 2 months ago

I'm having same issue

ShankarKakumani commented 2 months ago

I am also having same issue

ShankarKakumani commented 2 months ago

How to resolve this?

Sandeep-Kumar-Thakur commented 2 months ago

I'm having same issue

ShankarKakumani commented 2 months ago

I'm having same issue

note: I have only done this for myself. And sharing the information with you incase it helps/unblocks you. Hi @Sandeep-Kumar-Thakur, I have updated the libraries and minSDK version for the library.

https://github.com/ShankarKakumani/pdf_viewer/tree/main

it is resolved for me now. I have raised an PR/MR. Let's see if it gets merged. if not, feel free to use the repo I currently have or fork a new one from my repo and use it.

AFRIDI-2020 commented 2 weeks ago

Inspiring from @ShankarKakumani, I also forked the repository, updated the libraries and minSDK version. Now It is working.