I want my app to have that ios smooth slide in page transition, and I was able to achieve that when I use the native Navigation API provided by flutter, the only thing I should do is to pass a CupertinoPageRoute instead of a MaterialPageRoute, but as you all know, the syntax for the nativa navigation API is a but verbose, and I prefer using GetX navigtioni n my app since it's easy to read but with GetX I couldn't find a way to force the use of CupertinoPageRoute.
So my question is: Is there any way to achieve the behaviour I talked about above using GetX?