GetX listview populating data in flutter app

  GetX Listview : In previous tutorial we have seen the implementation of fetching data using GetX library in this blog we will be going through the process of populating data in flutter app using GetX listview. We have used provider which will go through the widget tree until it will find the value, controller … Read more

GetX Route Management | Flutter GetX Routes

GetX Route Management : GetX Route Management concept is used to navigate from one screen to another in flutter programming.This makes the navigation much simpler than default way of dealing it. Almost every app has a need to navigate from one screen to another so to make it as simple as possible we can make … Read more