Making Your First Directional Animations with Built-in Explicit Animations

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • In this episode of Flutter in Focus, Andrew Fitz Gibbon introduces explicit animations in Flutter. We'll take one example and learn how to use an AnimationController to gain a bit more control over your animations.
    Code for this episode → github.com/afitz0/spinning_time
    AnimatedWidget → goo.gle/2O4bYsJ
    RotationTransition → goo.gle/2JH7wOw
    AnimationController → goo.gle/3346gfN
    Looking for this video in blog form? → goo.gle/357jZUM
    Flutter in Focus Playlist → goo.gle/FlutterInFocus
    Learn everything about Flutter at → flutter.dev
    Subscribe! → goo.gle/Flutter

КОМЕНТАРІ • 24

  • @miroliebschner426
    @miroliebschner426 4 роки тому +1

    Great work @FlutterTeam! The videos are so clean, easy to understand and short.

  • @yeyadesire
    @yeyadesire 4 роки тому

    Great video, thanks! :)

  • @jordybaylac9470
    @jordybaylac9470 4 роки тому +1

    This is great!

  • @chandukasamarasinghe.7399
    @chandukasamarasinghe.7399 4 роки тому

    💪 this is not connected to this topic . I made a custom widget. now in the home screen I used it. The custom widget is made of a container. is there a way for me to change the properties of the container from the home screen?

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

    this was the first video that got baffled in this channel. though watched for the second time and i got it.

  • @Adeolaex
    @Adeolaex 4 роки тому

    I love this....!

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

    very nice

  • @abhishreymittal
    @abhishreymittal 4 роки тому

    Hey, I want to make a piano/xylophone app/game... How can I change the button (or any widget) so that I can glide/slide my finger and play the key, not waiting for the release of touch? Everything else is done. Thanks

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

      I think you can use gesture detector.

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

    With newer Flutter sdk version you get the error:
    AnimationController _animationController; --> Non-nullable instance field '_animationController' must be initialized.

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

      You can declare the controller as type AnimationController? just make sure you assert that its not null when you use it with _animationController!

  • @sadabwasim9850
    @sadabwasim9850 4 роки тому

    Great

  • @Chiragpatel8827
    @Chiragpatel8827 4 роки тому +2

    like because it's flutter ❤️

  • @sevensrikanth
    @sevensrikanth 4 роки тому

    Thank you..

  • @rajneeshshukla6640
    @rajneeshshukla6640 4 роки тому

    Hello Sir, What is your tools, technology, and software required to make this youtube video animation, with white background

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

    I dont have any coding knowledge nor I have any technology knowledge ..still can i learn flutter to make app

  • @gagandeepsinghwalia4462
    @gagandeepsinghwalia4462 4 роки тому +3

    Galaxy was rotating in wrong direction.🧐

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

      You can reverse the animation. Or the animation playback.
      Heck you can even merge animationControllers .

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

      and nearest stars to the center should rotate faster too...

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

      @@Jango114 indeed

  • @gordgood6506
    @gordgood6506 4 роки тому

    Cewl

  • @jodrim
    @jodrim 4 роки тому

    First