AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
18 stars 45 forks source link

dependencies do not satisfy the required version #36

Open SamarNajib opened 5 months ago

SamarNajib commented 5 months ago

FAILURE: Build failed with an exception.

tushar-nagar-arc commented 1 month ago

Pull the code from git hub git clone https://github.com/AlessioLuciani/flutter-pdf-text

in the pubspec.yaml file add it like pdf_text: path: path_to_the_cloned_git_dir after that modify the Kotlin version in the build.gradle file of this cloned folder to 1.5.20.

shakirkasmani commented 3 weeks ago

Flutter build failed, I am getting this error

FAILURE: Build failed with an exception.

Vinayak006 commented 4 days ago

I am also getting the same error. Any solution for this?

Vinayak006 commented 1 day ago

@shakirkasmani , in build.gradle replace the tom_roush to tom-roush in dependencies. Make there is mavenCentral() added.