alihaider78222 / dynamic_tabbar

Flutter package for creating dynamic tabs (TabBar and TabBarView).
https://pub.dev/packages/dynamic_tabbar
MIT License
14 stars 11 forks source link

Throw an exception when onTabChanged is null #7

Open heafox opened 4 months ago

heafox commented 4 months ago

217 widget.onTabChanged!(_tabController?.index);

alihaider78222 commented 3 weeks ago

Hi @heafox,

Could you please share all the logs (if possible an example) causing this exception, this will help us to quickly figure out the root cause and then resolve the issue as soon as possible!