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

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

Комментарии • 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

  • @muhammadyaumil1212
    @muhammadyaumil1212 10 месяцев назад

    love this content

    • @HeyFlutter
      @HeyFlutter  10 месяцев назад

      Thank you, @muhammadyaumil1212! 🙂

  • @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..

  • @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!

  • @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

  • @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

  • @nosmirck
    @nosmirck 3 года назад

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

  • @hashankannangara8723
    @hashankannangara8723 3 года назад

    thanks for the video!

  • @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 🙂

  • @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)?

  • @Ali-cb3xt
    @Ali-cb3xt 3 года назад

    you also use there Shimmer effect

  • @sachindeveloperko8424
    @sachindeveloperko8424 3 года назад

    Please make workmanager package with push notifications with http request

  • @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?

  • @shahidwani6445
    @shahidwani6445 2 года назад

    How to move cached image to downloads folder

  • @hizbamehwish8463
    @hizbamehwish8463 2 года назад

    Is it possible for bas 64 string image?

  • @faheemahmad3957
    @faheemahmad3957 10 месяцев назад

    vdry difficult approach for cache precache

    • @HeyFlutter
      @HeyFlutter  10 месяцев назад

      Thanks for your feedback, @faheemahmad3957! 🙂