modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

2.1.2 scroll conflict with CupertinoDatePicker

Open taosimple opened this issue 2 years ago • 3 comments

version 2.1.2 scroll conflict with CupertinoDatePicker, when enableDrag == true scroll on CupertinoDatePicker and the bottom sheet will pull down at the same time, version 2.1.0 did not have this issue.

taosimple avatar Oct 23 '22 08:10 taosimple

I have the same issue. Version 2.1.2 is currently not usable for me.

wingi11 avatar Oct 24 '22 12:10 wingi11

I recovered by intercepting the NotificationListener NotificationListener( onNotification: (notification){ return true; }, child: CupertinoPicker( ...... ), );

xay7008 avatar Oct 28 '22 20:10 xay7008

This is still present in 3.0.0-pre @jamesblasco

acoutts avatar Feb 06 '23 21:02 acoutts