flutter_speed_dial icon indicating copy to clipboard operation
flutter_speed_dial copied to clipboard

While using SpeedDial can't use Get.to() popGesture

Open abhinavsinghring opened this issue 2 years ago • 2 comments

onPress: () async { 
 await Get.to( 
   () => const DownloadsPage(), 
   transition: Transition.cupertino, 
   duration: const Duration(milliseconds: 500), 
   popGesture: true, 
   gestureWidth: (context) { 
     double width = 
         MediaQuery.of(context).size.width; 
     return width; 
  }
},

And on the downloads page try to right swipe with and without SpeedDial

abhinavsinghring avatar Oct 20 '23 04:10 abhinavsinghring

@darioielardi @prateekmedia

abhinavsinghring avatar Oct 30 '23 19:10 abhinavsinghring

@bobekos

abhinavsinghring avatar Dec 19 '23 05:12 abhinavsinghring