-1

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?

black-purple
  • 29
  • 1
  • 3
  • Experts agree to look elsewhere besides GetX. If you're on the flutter discord, type ?getx. Otherwise, this seven minute video presents a good detailed description of "why not getx": https://youtu.be/zlIgy4es5Ts – Randal Schwartz Jun 21 '23 at 02:11
  • Hi, thank you for your comment. My question wasn't whether I should use GetX or not, it was about finding a way to achieve the behaviour I'm looking for using GetX, if you could help with that it would much appreciate. – black-purple Jun 21 '23 at 20:03
  • Please provide enough code so others can better understand or reproduce the problem. – Community Jun 23 '23 at 04:49

1 Answers1

1

Have a look at this get_x_navigation_generator package, it says that you can

Generates a method to go to each route (customizable navigation method) with arguments