Flutter Animation Tutorial - Refactoring with AnimatedWidget & AnimatedBuilder

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

Komentáře • 18

  • @josecoverlessons
    @josecoverlessons Před 4 lety +4

    you are without a doubt the best flutter tutorial maker out there great work! I appreciate this

  • @buraky16
    @buraky16 Před 4 lety +1

    I love you publishing your tutorials bots as video and as written source. That is just so helpful having both at the same time. That's awesome, and thank you for that :)

  • @TheManuz
    @TheManuz Před 4 lety +1

    Really informative! Thanks for the tutorial!

  • @mirankamal5431
    @mirankamal5431 Před 5 lety +2

    Awesome Videos keep them coming ♥.
    I have a tutorial request if possible, can you make a video or videos just to teach the building UI in Flutter, or maybe do a video Flutter UI for android developers, like explaining the equivalents of Linear, Relative layout...etc, padding margin..etc

  • @jonathan10543
    @jonathan10543 Před 5 lety

    Excellent work! I understand much more about animation now.

  • @rutviktak716
    @rutviktak716 Před 3 lety

    Great tutorial😎🙌

  • @0877adri
    @0877adri Před 4 lety

    again a super nice video thank you.
    Just wanted to let you know, it seems like u are linking on the written tutorial to the source code of the previous part.

  • @SumitMajumdarSpace
    @SumitMajumdarSpace Před 4 lety

    Hey Matt. Great tutorials. You've helped me get started on Flutter enormously.
    I was just wondering if it would be better to put the animation controller logic inside the Animated widget itself instead of taking the animation value from its parent. That way the parent widget will not have to deal with the animation and can just contain the business logic. I just tried it out and this approach seems cleaner to me.
    Let me know if I am doing anything wrong.
    Thanks.

  • @aytunch
    @aytunch Před 5 lety +1

    whats the difference between RotationTransition and RotatingTransition? Does Flutter's implementation use AnimatedBuilder inside of it too? Which one is better in performance if we have a large tree with animating objects?

  • @moatasemkamaleltunsy6996

    Awesome Videos

  • @indrian16
    @indrian16 Před 5 lety

    Thanks

  • @chaitanyabharatdokara4978

    The written tutorial is not opening (domain changed).

  • @aytunch
    @aytunch Před 5 lety

    In the RotatingTransition method inside of AnimatedBuilder why do we have redundant children. There is the first child just under AnimatedBuilder and second under Transform.rotate.

  • @arifikhsanudin9724
    @arifikhsanudin9724 Před 4 lety

    Please do end2end testing on flutter

  • @simransingh1507
    @simransingh1507 Před 5 lety +1

    Again an awesome flutter content.
    Can you please make a video for *Provider State Managent* .
    Thanks in advance :)

  • @muhammadnurhafiznoormohama7605

    where is the github link for the project?

  • @trophieboi1820
    @trophieboi1820 Před 5 lety

    Tutorial for Best practices for building UI in flutter?

    • @ResoCoder
      @ResoCoder  Před 5 lety +2

      I'm currently making a course on it.