- add new "MotionTabBarController" to programmatically control tab change
- updated example
- change "title" - softwarp: false, maxLines: 1
- MotionTabBar add "useSafeArea" parameters. Default: true
- Enlarge tab items press-able area
- MotionBadgeWidget add 'show'(boolean) parameters
- minor animation bug fix
- minor animation bug fix
- use default tabController, removed MotionTabController/MotionTabView (outdated)
- added badge support:
- default
MotionBadgeWidget
provided - custom widget allowed
- default
- Update to support null-safety
- added new parameters:
- tabBarHeight (double)
- tabBarColor (Colors)
- tabSize (double)
- tabIconSize (double)
- tabIconSelectedSize (double)
- tabIconSelectedColor (Colors)
- Remove extra space from top of tab bar.
- Tab Item Dynamic. Now you can use multiple tab.
- Tab Item Animation Delay fix
- Controller Issue fix.
- Tab Item Animation Delay fix
- Fix Initial Index Issue.
- Fix Initial Tab Selected Issue.
- Initial release.
- Tab menu with interaction design.
- An animated Bottom Navigation Bar for Flutter apps, icon animates into place, colors are customizable.