Flutter GetX Simple Named Routing Navigation

Flutter: GetX Simple Named Route Navigation 2022

When you develop an app, routing navigation is one of the most travail questions that many new developers search for. Not only routing in the app has to be simple…

Read more »
getx remove controller flutter

Flutter: How to Remove GetX Controller?

While using the Get package in your Flutter project, sometimes you might need to remove Get Controller manually. In order to do so, you can simply call Get.delete function.

Read more »