Apparently you can do that using the transition property in the navigation functions, like this:
Get.to(()=> PageName(), transition: Transitions.fade)
and there many options to choose from.