How to Display Images in Flutter: Asset Images, Network Images & Image Caching

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 6

  • @sciversewithmtech
    @sciversewithmtech Před 7 měsíci

    Nice video

  • @fatpen9731
    @fatpen9731 Před 7 měsíci

    Great video man, first time learning about cached network image package thanks. I have a suggestion for a future video about flutter web and how to launch a flutter project on the web would be awesome

    • @1ManStartup
      @1ManStartup  Před 7 měsíci

      Great suggestion, I'll add it to my list

    • @1ManStartup
      @1ManStartup  Před 6 měsíci

      I just published a new video showing how to deploy flutter web with GitHub pages czcams.com/video/iOra0bxlWdE/video.html

  • @07navneet
    @07navneet Před 7 měsíci

    Do asset images also effect app performance? How many asset images are too many images?

    • @1ManStartup
      @1ManStartup  Před 7 měsíci

      In terms of performance the main thing to consider is app size. Asset images will increase your total app size leading to the initial download being larger/ taking up more space.
      I think there best for images that are always in the app for everyone, such as an icon. But for anything that isn't always needed for all users network images are probably best