Performance: Optimizing your Flutter app - Filip Hráček | Flutter Europe

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024

ความคิดเห็น • 25

  • @ResoCoder
    @ResoCoder 4 ปีที่แล้ว +49

    This talk is really one of the best ones!

  • @FilledStacks
    @FilledStacks 4 ปีที่แล้ว +31

    Great talk. Will be making use of these tools, I might make my own video on it.

  • @fenchai4892
    @fenchai4892 4 ปีที่แล้ว +8

    oh man would have liked a longer vid with questions as well :)

  • @martinnovak3091
    @martinnovak3091 4 ปีที่แล้ว +4

    Filip is the best

  • @VahidOnTheMove
    @VahidOnTheMove ปีที่แล้ว

    It's great stuff. Thanks for the talk.

  • @marcelnehrig145
    @marcelnehrig145 3 ปีที่แล้ว

    This Video is so important. Thanks, man!

  • @mohamedkadhemmansour7058
    @mohamedkadhemmansour7058 4 ปีที่แล้ว +1

    for the slow motion mode, a slow animation mode is already available on android studio

  • @rydmike
    @rydmike 4 ปีที่แล้ว

    Great talk, thanks Filip!

  • @KenanYusubov
    @KenanYusubov 4 ปีที่แล้ว

    Awesome explanation! You are great, man!

  • @SuperSpajky
    @SuperSpajky 4 ปีที่แล้ว

    Great talk!

  • @AdriSinaga
    @AdriSinaga 4 ปีที่แล้ว

    Great explaination!

  • @garyhunter44
    @garyhunter44 4 ปีที่แล้ว

    Brilliant

  • @pradeep422
    @pradeep422 4 ปีที่แล้ว

    ty the best of one f the best is here....

  • @user-v2eqj8xiz4l
    @user-v2eqj8xiz4l 3 ปีที่แล้ว

    Than you.
    Please make more video about this topic.
    My project has many TransformLayer::Paint
    , What's that?
    When I Press Shift+P on the chart, top one, I think 40% is busy with blue line. (Raster?)
    (close to the fist line or some time more than that)
    What's that mean?

  • @fille.imgnry
    @fille.imgnry 3 ปีที่แล้ว

    at 21:28 Filip says that moving widgets out from a stateless widget to another stateless widget would help with performance. Why? Just because they are in another widget, doesnt mean that they are not created. What am I missing here ?

    • @roryJamrock
      @roryJamrock 2 ปีที่แล้ว

      Because the function will always run to rebuild the widget while if it is a stless widget, I believe the function will work like an Android recyclerview where the widget is already created and just being reused in order to change the properties like title, content etc. 🤷🏾‍♂️

    • @VahidOnTheMove
      @VahidOnTheMove ปีที่แล้ว

      The 9 components won't be part of the parent node in the tree. Just it sees another widget and reuses it. So instead of 10000 x 9 widgets, it creates only (10000 + 9) widgets, i.e., almost 9 times fewer widgets.

  • @renotanumber
    @renotanumber 4 ปีที่แล้ว

    Neat.

  • @LastRoze
    @LastRoze 4 ปีที่แล้ว

    This is hard to listen :(