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

What is RX GetX?

When we add . obs to a variable, we basically convert it to a stream of variables. This stream is ‘reactive’, which means it can change value in reaction to events (like click of a button). These reactive streams are referred by ‘Rx’ in GetX.

Read more