bottom_cupertino_tabbar 2.0.1
bottom_cupertino_tabbar: ^2.0.1 copied to clipboard
BottomCupertinoTabbar is a customizable, Cupertino-style Flutter widget for bottom navigation with support for individual navigation stacks per tab.
2.0.1 #
- Updated dependencies.
- Replaced deprecated onPop signature with onPopWithResult.
- Added custom height property on
BottomCupertinoTabbarto allow custom height for the tabbar.
2.0.0 #
- (Breaking changes)
- Added more flexibility to the
BottomCupertinoTabbarwidget to define its ownBottomCupertinoTabItemwith custom widgets, instead of a single SVG string (thanks @nissaba). In this way, you can define your own icons with custom widgets. - Updated
tabbarModelcallback onBottomCupertinoTabbarmain widget to expose nested navigator, in this way you can access the specific navigator of each tab. - Added
overrideIconsColorflag toBottomCupertinoTabbarmain widget to override the default icons color. activeColorandinactiveColorproperties are now optional, used in combination withoverrideIconsColorflag.- 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.
1.0.13 #
- Exposed some Scaffold properties to allow more customizations options.
1.0.12 #
- Improve tabbar performance on keyboard show and hide events
- Bump version to 1.0.12
1.0.11 #
- Fixed missing kIsWeb check.
1.0.10 #
- Restored support for web.
1.0.9 #
- Fixed dart format linting.
1.0.8 #
- Updated dependencies and enhanced performances on inner elements.
1.0.7 #
- Exported
BottomCupertinoProviderModelto let externals change tab more easily.
1.0.6 #
- Fixed nestedNavigator generation.
1.0.5 #
- Made const
BottomCupertinoTabclass.
1.0.4 #
- Updated images on
README.md.
1.0.3 #
- Updated
README.md.
1.0.2 #
- Updated
README.mdand commented out code a bit.
1.0.1 #
- Updated
README.md.
1.0.0 #
- Initial release.