Whenever you visit Splash Screen, Getx will create an instance of Splash controller, and as soon as the page will be removed from stack, GetX automatically removes the instance of splash screen controller.
Read moreHow do you call API in GetX Flutter?
Flutter make network call using GetX library | GetX Api Call
Read moreWhat is binding in GetX?
The Binding class is a class that will decouple dependency injection , while “binding” routes to the state manager and dependency manager. This allows Get to know which screen is being displayed when a particular controller is used and to know where and how to dispose of it.
Read more