You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added more flexibility to the BottomCupertinoTabbar widget to define its own BottomCupertinoTabItem with custom widgets, instead of a single SVG string (thanks @nissaba). In this way, you can define your own icons with custom widgets.
Updated tabbarModel callback on BottomCupertinoTabbar main widget to expose nested navigator, in this way you can access the specific navigator of each tab.
Added overrideIconsColor flag to BottomCupertinoTabbar main widget to override the default icons color.
activeColor and inactiveColor properties are now optional, used in combination with overrideIconsColor flag.
Updated BottomCupertinoTabItem: now accepts new properties like single icon, active and inactive icons and active and inactive styles for labels.
Added more examples in the example app and updated the documentation.