Create Images To PDF converter App In Flutter

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 13

  • @imshinchan4800
    @imshinchan4800 3 месяца назад +1

    Very helpfull and clean coding loved the video. Keep up the good work :)

  • @atifecom
    @atifecom 19 дней назад +1

    its overwriting pdf file to previous saved pdfs

    • @OfficialCodeHub
      @OfficialCodeHub  19 дней назад

      That's because you are hard coding the file name.
      To solve this, write a method to check if file name exists before. If file name exists, append file name with a random number.
      It will do the work.

    • @atifecom
      @atifecom 19 дней назад

      @@OfficialCodeHub can you write method please as I don't know

  • @nirinshan2734
    @nirinshan2734 7 месяцев назад +1

    nice bro

  • @racerguyf1
    @racerguyf1 8 месяцев назад +1

    cool!

  • @ifqygifhaazhar8786
    @ifqygifhaazhar8786 Месяц назад

    if image from internet how to convert it ?

    • @OfficialCodeHub
      @OfficialCodeHub  Месяц назад

      Download the image using http or dio package. Then convert that image to pdf. After converting, delete the downloaded image.

  • @mrgoku_z
    @mrgoku_z Месяц назад

    can create resume template?

  • @mantoman-rh9lk
    @mantoman-rh9lk 6 месяцев назад

    Instance member 'pickImage' can't be accessed using static access

    • @OfficialCodeHub
      @OfficialCodeHub  6 месяцев назад

      First, make the object of Image picker class.