How I added animation to my generated Flutter website using Parabeac
While making a personal website, I wanted to add a Down Arrow that moves up and down infinitely, to indicate to the user to scroll down.
This can be easily done in Flutter by using the AnimatedPositioned widget. In this post, I’ll go over how to ach...
ivan-dev.hashnode.dev5 min read