What is the use of GetX?

GetX is not only a state management library, but instead, it is a microframework combined with route management and dependency injection. It aims to deliver top-of-the-line development experience in an extra lightweight but powerful solution for Flutter .

Read more

What is binding in GetX Flutter?

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