modal_bottom_sheet
modal_bottom_sheet copied to clipboard
2.1.2 scroll conflict with CupertinoDatePicker
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.
I have the same issue. Version 2.1.2 is currently not usable for me.
I recovered by intercepting the NotificationListener
NotificationListener( onNotification: (notification){ return true; }, child: CupertinoPicker( ...... ), );
This is still present in 3.0.0-pre @jamesblasco