getx icon indicating copy to clipboard operation
getx copied to clipboard

Get.Snackbar not working GetMaterialApp.router

Open NguyenNhan99 opened this issue 3 years ago • 1 comments

Describe the bug I'm using auto router and I want to show snackbar but it doesn't seem to work. Please help me with this problem

example:

GetMaterialApp.router(
        debugShowCheckedModeBanner: false,
        theme: theme.data,
        darkTheme: AppTheme.light().data,
        themeMode: themeMode,
        localizationsDelegates: [
          GlobalCupertinoLocalizations.delegate,
        ],
        supportedLocales:S.delegate.supportedLocales,
        routeInformationParser: appRouter.defaultRouteParser(),
        routerDelegate: appRouter.delegate(),
      )

To Reproduce

Expected behavior

Screenshots

Flutter Version: Enter the version of the Flutter you are using

Getx Version: get: ^4.5.1

Describe on which device you found the bug: ex: Moto z2 - Android.

Minimal reproduce code

NguyenNhan99 avatar Dec 28 '21 03:12 NguyenNhan99

@NguyenNhan99 @jonataslaw Sir any update please, I'm facing the same issue..

Dr-Usman avatar Jun 21 '22 10:06 Dr-Usman