Ujjwal Pratap Singh
Ujjwal Pratap Singh
I would like to work on this issue.
I am trying few tweaks right now. Will keep updating you on the developments
I checked the refresh_indicator.dart file and found out there was this _checkDragOffset function ``` void _checkDragOffset(double containerExtent) { containerExtent = MediaQuery.of(context).size.height; // print(containerExtent); assert(_mode == _RefreshIndicatorMode.drag || _mode == _RefreshIndicatorMode.armed);...
> I checked the refresh_indicator.dart file and found out there was this _checkDragOffset function > > ``` > void _checkDragOffset(double containerExtent) { > containerExtent = MediaQuery.of(context).size.height; > // print(containerExtent); >...
No there will be no issue as the drag height is determined by the height of the screen and not by the height of the headerSliver.
Thanks. Should I raise a pull request?