getx icon indicating copy to clipboard operation
getx copied to clipboard

[get: ^4.6.5] Get.to function not supported 'showCupertinoParallax' field

Open ian-ng opened this issue 2 years ago • 0 comments

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

ian-ng avatar Jul 27 '22 09:07 ian-ng