Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I use Get.toNamed('/nextpage'); in conjunction with animations for OpenContainer use? #3257

Closed
BrotherPeng opened this issue Nov 16, 2024 · 0 comments

Comments

@BrotherPeng
Copy link

OpenContainer(
openBuilder: (context, closedContainer) {
return MyPage(); _// _
},
openColor: Theme.of(context).cardColor,
onClosed: (success) {},
closedShape: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(4)),
),
closedColor: Theme.of(context).colorScheme.primary,
closedElevation: 2,
closedBuilder: (context, openContainer) {
return InkWell(

                      onTap: () {
                        openContainer();
                         // Get.toNamed('nextpage?a=1&b=2');
                      },

GetPage(
name: _Paths.MYPAGE,
page: () => const MyPage(),
binding: MyPageBinding(),
),

OpenContainer in openBuilder returned MyPage, openContainer(); open this page, I need to use Get to manage page routing jumps as well as url parameters, please help me, bind get

Repository owner locked and limited conversation to collaborators Feb 13, 2025
@jonataslaw jonataslaw converted this issue into discussion #3304 Feb 13, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant