TatsuUkraine/flutter_sticky_infinite_list

Esay fix : Physics attributes !

Closed this issue · 4 comments

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 :) !

will do)

Do you want a pull request ?

not necessary) I will try to publish a new version when I get time, it will be in a few hours

@EArminjon changes are in 1.3.0