buttons_tabbar
buttons_tabbar copied to clipboard
closes #46 - Enable dynamic TabBarView through onSwipe callback and update version
users can use "onSwipe" instead of "onTap" and it will get called whenever the index is changed, whether by tap or by swipe, its more of a bugfix really as this is the expected behavior. we can also add the onTap callback instead, but I preferred addition to editing in case I missed sth