Flutter Tutorial - Precache Images & Lazy Loading Images (Cached Network Image)

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 22

  • @HeyFlutter
    @HeyFlutter  Рік тому

    This might help you :)
    👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
    Source Code: github.com/JohannesMilke/precache_images_example

  • @dadizalamite
    @dadizalamite 3 роки тому

    Hi u did great work
    I have question about faceID and fingerprint ....can i do the two at the same time......fingerprint ferstly then the faceID secondly...if the case. How can I do this..

  • @muhammadyaumil1212
    @muhammadyaumil1212 Рік тому

    love this content

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank you, @muhammadyaumil1212! 🙂

  • @nathanielmuyco7940
    @nathanielmuyco7940 3 роки тому

    Can you use a null safety version on any plugin while using a firebase that is not null safety yet (we cant seem to migrate and the whole chat app will be broken)?

  • @xXxXxMrGamexXxXx
    @xXxXxMrGamexXxXx Рік тому

    I love your video just one tip for you, put the package link that you use in description video plz

  • @Liv_Life
    @Liv_Life 3 роки тому

    Waiting for this

  • @hashankannangara8723
    @hashankannangara8723 3 роки тому

    thanks for the video!

  • @Chris-te7to
    @Chris-te7to 3 роки тому +1

    Unfortunately this doesn't work well with large images. Have you tested it with a list of large images? They get cached properly, but while rendering the UI it takes a while to get those images from cache, which causes that same flickering behaviour. Please test it and give your opinion. Nevertheless great videos!

  • @OrucMahmood
    @OrucMahmood Рік тому

    Hi. How about preloading local asset images? I can't find any package for this issue.

    • @HeyFlutter
      @HeyFlutter  Рік тому +1

      Thank You Oruc Mahmud! Follow this link: stackoverflow.com/questions/51343735/flutter-image-preload
      I hope you will get your answer 🙂

  • @hizbamehwish8463
    @hizbamehwish8463 2 роки тому

    Is it possible for bas 64 string image?

  • @nosmirck
    @nosmirck 3 роки тому

    add a crossfade between the loading and loaded states and you're done :)

  • @arbaazkhan7533
    @arbaazkhan7533 3 роки тому

    Your videos are superb and I have learn lot's of thing by watching your videos.... Can plzz make a video how we can create camera's filters like snapchat using AR

  • @sigjakutube
    @sigjakutube 3 роки тому

    Thanks for an excellent video.
    Is it possible to limit the precache size with maxHeightDiskCache:or something similar as you do in a different video?

    • @sigjakutube
      @sigjakutube 3 роки тому

      Thanks for the answer , but my question was is it possible to reduce the size of the image while precaching?? In a different video you use maxHeightDiskCache to limit the caching size of an image, Is there a way to do something similar when PRE caching?

  • @sachindeveloperko8424
    @sachindeveloperko8424 3 роки тому

    Please make workmanager package with push notifications with http request

  • @Ali-cb3xt
    @Ali-cb3xt 3 роки тому

    you also use there Shimmer effect

  • @shahidwani6445
    @shahidwani6445 3 роки тому

    How to move cached image to downloads folder

  • @faheemahmad3957
    @faheemahmad3957 Рік тому

    vdry difficult approach for cache precache

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thanks for your feedback, @faheemahmad3957! 🙂