Here I try to understand, how to add a splash screen with animated logo in flutter. here we will use getx as a state management. first implement your GetxController with GetSingleTickerProviderStateMixin to define the animation controller. Define the AnimationController inside your controller class Now define the some observable variables to reflect the changes. Now we can use AnimatedPositioned widget to…