skip to Main Content

Why is my flutter_animate transition not hapenning?

So basically I have been trying to achieve an animation. Also using flutter_animate 4.2.0+1 package. First let me show you the code: in auth_page.dart file: class AuthPage extends StatefulWidget { const AuthPage({super.key}); @override State<AuthPage> createState() => _AuthPageState(); } class _AuthPageState…

VIEW QUESTION

electrons animation using flutter

How can I create an animation like this in Flutter? I attempted to use AnimatedPositioned,but I encountered difficulty animating more than one circular container (represented by the electrons in the GIF).i want to use AnimatedPositioned to animate a circular container…

VIEW QUESTION
Back To Top
Search