binSaed / flutter_cached_pdfview

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

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. #75

Closed AzharZouhir closed 2 years ago

AzharZouhir commented 2 years ago

it seems that [barteksc] pdf library doesnt exist in maven anymore

decodealex commented 2 years ago

I have the same problem

binSaed commented 2 years ago

@AzharZouhir @skovalysh https://www.youtube.com/watch?v=QxrJHlffVwE

blueeyestw commented 2 years ago

it seems that [barteksc] pdf library doesnt exist in maven anymore

The repo was removed from mavenCentral() for some reason. For a workaround, just add jcenter() to android\build.gradle

AzharZouhir commented 2 years ago

@blueeyestw i did that and worked just fine