getx
getx copied to clipboard
GetPage preventDuplicates not working
Describe the bug Why GetPage preventDuplicates not working
**Reproduction code
example:
GetPage(
name: _Paths.webview,
page: () => const WebviewScreen(),
preventDuplicates: false,
),
I have to use this
Get.toNamed(
Routes.webview,
arguments: {
'url': link,
'title': showName,
},
preventDuplicates: false,
)
same issue
same issue
same issue
same issue