akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.38k stars 381 forks source link

Fix #188 by removing setState method #189

Open bananagag opened 4 years ago

bananagag commented 4 years ago

This solves the problem of overwhelming rebuilding when the scrollController of panelBuilder is passed to its child widget.