roipeker / just_motion

Simple reactive animations in your Flutter apps.
https://github.com/roipeker/just_motion
MIT License
51 stars 4 forks source link

Please publish to pub.dev #4

Open MrHeer opened 3 days ago

MrHeer commented 3 days ago

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.

roipeker commented 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 🤷‍♂️

MrHeer commented 3 days ago

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, and Motion One are all the same person who is @mattgperry.