flutter_html_to_pdf icon indicating copy to clipboard operation
flutter_html_to_pdf copied to clipboard

flutter_html_to_pdf dependency uses unsupported version of Kotlin Gradle plugin

Open fahmidul opened this issue 1 year ago • 7 comments

I am using flutter_html_to_pdf: ^0.7.0 and ext.kotlin_version = '1.7.21' but still getting this bellow error image

fahmidul avatar May 12 '23 08:05 fahmidul

Same error

mohammadhprp avatar May 22 '23 05:05 mohammadhprp

is anybody handling this repo?

faisalmushtaq007 avatar May 30 '23 10:05 faisalmushtaq007

I have forked the repository, fixed the Kotlin Gradle dependency, and used it in the following manner:

flutter_html_to_pdf:
  git:
    url: https://github.com/mohammadhprp/flutter_html_to_pdf2

@faisalmushtaq007

mohammadhprp avatar May 31 '23 09:05 mohammadhprp

this url not working for me its giving 404 , has anybody fixed this issue

RizwanAtNvest avatar Aug 30 '23 12:08 RizwanAtNvest

i got this working , download package locally and add path to pubspec.yaml

RizwanAtNvest avatar Aug 31 '23 06:08 RizwanAtNvest

Hello @RizwanAtNvest,

I apologize for the inconvenience. I had accidentally deleted the repository. However, I have now re-created it, and I kindly ask you to give it another try. Please let me know if you encounter any further issues.

mohammadhprp avatar Aug 31 '23 15:08 mohammadhprp

thanks brother, i got this working i downloaded it in local folder and added path

RizwanAtNvest avatar Sep 01 '23 04:09 RizwanAtNvest