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
Back To Top
Search