DavideBelsole / great_list_view

pub.dev library for flutter
MIT License
41 stars 22 forks source link

Fixes ScrollController attached to multiple ScrollView error #37

Open pxsanghyo opened 1 year ago

pxsanghyo commented 1 year ago

Replacing ScrollController.position to ScrollController.positions.last Fixes ScrollController attached to multiple ScrollView error when using NestedScrollView(body: TabBarView)