You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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(
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
The text was updated successfully, but these errors were encountered: