getx
getx copied to clipboard
[get: ^4.6.5] Get.to function not supported 'showCupertinoParallax' field
Hello,
I am using Get router, but I find that currently the Get.to function cannot support showCupertinoParallax
, could you add the field to the function?
Get.to(
()=>PageA(),
opaque: false,
showCupertinoParallax: false, // currently not supported
);
Versions:
dependencies:
...
get: ^4.6.5