abuanwar072 / Flutter-Responsive-Admin-Panel-or-Dashboard

Responsive Admin Panel or Dashboard using Flutter
https://youtu.be/_uOgXpEHNbc
MIT License
6.61k stars 1.87k forks source link

bugfix: ScrollController error because of scroll multiple elements #43

Closed tm-sanjay closed 2 years ago

tm-sanjay commented 2 years ago

Multiple scroll elements were causing the ScrollController error like "The provided ScrollController is currently attached to more than one ScrollPosition"

https://stackoverflow.com/questions/71305700/flutter-web-showing-error-for-scrollposition/71305907#71305907

Check this for more details. Thank you

abuanwar072 commented 2 years ago

Thanks 🙏