therezacuet / Motion-Tab-Bar

A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
MIT License
293 stars 74 forks source link

Page transition activate initState of in-between pages #16

Closed crkumar425 closed 7 months ago

crkumar425 commented 3 years ago

The current tab is 1, if i want to move to 5th tab, if tab3 and tab4 have initState function, during the transition from tab1 to tab5, it activate the initState function of tab3 and tab4. This cause some issue. Is there any way to disable it. Thank you.

therezacuet commented 7 months ago

@crkumar425 Please see the new version released. I believe your issue is incorporated on the latest. (v2.0.3)