Open MrHeer opened 3 days ago
Thanks for your kind words @MrHeer ! I actually forgot about this package, always felt flutter declarative api is just not matching the style of this code so it might bring more problems than solutions to devs 🤷♂️
I'm sorry to hear that. When I was developing with React before, there were many packages related to animations. react-spring left a deep impression on me. Of course, there were also Popmotion, Framer Motion and Motion One. Now that I'm developing with Flutter, the official APIs, as you said, are very mechanical, and there is a lot of "noise" in the writing style (like AnimationController). I've also looked for many third-party libraries, but it wasn't until I discovered just_motion
.
Interestingly, the authors of
Popmotion
,Framer Motion
, andMotion One
are all the same person who is @mattgperry.
This project makes me very excited. I like natural and interruptible animations very much, which makes me feel very comfortable. This project is simply incredible. The simple and elegant design amazed me. I hope you can publish it to pub.dev so that more people can pay attention to this project.