Esay fix : Physics attributes !
Closed this issue · 4 comments
EArminjon commented
Hi,
Please allow developpers to use a customized value for the CustomScrollView 'physics' (Ligne 250 widget.dart) :
Widget build(BuildContext context) => CustomScrollView(
physics: AlwaysScrollableScrollPhysics(),
controller: widget.controller,
center: widget._centerKey,
slivers: _slivers,
reverse: widget.reverse,
anchor: widget.anchor,
cacheExtent: widget.cacheExtent,
scrollDirection: widget.scrollDirection,
);
In my case I should always be able to scroll my view. With that, user can scroll to refresh the data :) !
TatsuUkraine commented
will do)
EArminjon commented
Do you want a pull request ?
TatsuUkraine commented
not necessary) I will try to publish a new version when I get time, it will be in a few hours
TatsuUkraine commented
@EArminjon changes are in 1.3.0