Rendering?! | Decoding Flutter

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 31

  • @ssokuma
    @ssokuma 3 роки тому +63

    It's really nice having a deeper level content on the channel.
    It felt a bit dense for a 4m video though.
    I vote for "Trees?!" video, exploring the relation between them.

  • @rydmike
    @rydmike 3 роки тому +7

    Love these deeper decoding Flutter videos! Keep ‘em coming and don’t be afraid to make them slightly longer and deeper if needed for clarity and understanding 💙

  • @vladimirkraus1438
    @vladimirkraus1438 3 роки тому +13

    Very interesting. More of these "fundamentals" videos please...

  • @mightytechno
    @mightytechno 3 роки тому +3

    It's good to understand these deep concepts. Hope to see more videos like these

  • @alifprogrammer
    @alifprogrammer 3 роки тому +6

    please resolved the website slow loading issue

  • @xuantung8660
    @xuantung8660 3 роки тому +3

    Very informative. Keep it up guys

  • @10centgaming30
    @10centgaming30 3 роки тому +8

    that's a forest

    • @laybunzz
      @laybunzz 3 роки тому +3

      You are not wrong

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

    A little similar to the web. Are there tricks to cut layout cost like there are tricks on the web (with CSS for example). I mean, it looks like for the layout part of the pipeline, Flutter needs to know every drawing boundary and size of every single widget before the painting pipeline. If we could somehow help flutter out with that?

    • @rowlingsedinathewritingofh9866
      @rowlingsedinathewritingofh9866 10 місяців тому

      Yes, it's very similar, if you don't place a size on images in HTML, you will find the page content jumps down as the image load, a repaint. Similarly, images are lazyloaded in Flutter, and can cause lower widget to jump down, a repaint, to prevent this you have to give Flutter the aspect ratio of the lazyloaded image, by parenting the image in an AspectRatio widget.

  • @hiroshihorie392
    @hiroshihorie392 3 роки тому +1

    So many trees, lets just call it Forest.

  • @nipunshah1373
    @nipunshah1373 2 роки тому +1

    Amazing Information !

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

      We're delighted to hear this was helpful, Nipun! 😄
      We'd love to take the opportunity to share some additional resources to help you on your Flutter journey 🛤️
      Check out the linked resources below:
      RenderObject API docs → goo.gle/3oH8RK0
      RenderBox API docs → goo.gle/2WUhoh8
      Hope this helps 🙌

  • @Jannemandevries
    @Jannemandevries 3 роки тому +2

    Did you know that Flutter is always one frame behind on iOS native? I tested this thoroughly. This means that if you swipe to scroll or push a button or something it takes one extra frame before you see changes on screen. I.e. it has a 1/60 'input lag', not much but something to keep in mind. Is this Flutter's best kept secret?

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

    "Those pixels don't just randomly appear on screens",
    Me : Dad..?

  • @nested9301
    @nested9301 3 роки тому +5

    so dart server-side dead?

  • @goldmenberd1350
    @goldmenberd1350 3 роки тому +7

    I thinking that Flutter could a excellent 2D Engine for Games and Apps 🙄🤣

  • @fnoffer
    @fnoffer 3 роки тому +3

    very interesting

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

    Thank you !

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

    quite instinctive to web developers, it is like i am working with some another kind of browser rendering process

  • @yousefzk22
    @yousefzk22 3 роки тому +1

    Oh Wow!

  • @jerinpwilson5288
    @jerinpwilson5288 3 роки тому +11

    Flutter is the answer to global warming with all those 🌲🌲🌲.

  • @Run4online
    @Run4online 3 роки тому +1

    😮

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

    I'm curious what it is people dislike about flutter videos😄.
    "haters"?

    • @moiseskerschener2634
      @moiseskerschener2634 3 роки тому +1

      Haters is quite difficult, if I hated it, I wouldn't be here!.

    • @wil-fri
      @wil-fri 3 роки тому

      react native developers and bots?

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

    Keren