built_tab_navigator 0.1.7
built_tab_navigator: ^0.1.7 copied to clipboard
Creates a Tab Style UI with Navigation capabilities.
0.1.7 20/02/20. #
- Changed behavior of [onGenerateRoute] prperty, now it can be used to override the [Route] returned by
onGenerateRouteof [Navigator]. - Added an opacity transition when changing tabs, transition can be customized by [contentAnimationDuration] property.
- Added ability to implement a custom builder to override each tab content wrapper, this can be used to implement a custom animation
0.1.6 30/01/20. #
- Added new property
tabsHeight - Removed use of [
BottomNavigationBar] to prevent errors when not using the widget insideScaffoldor weird styles overrides - Fix
iconBuildernot being called if nottabIconwas defined
0.1.5 30/01/20. #
- Added new API
overridePopBehaviorto allow nested navigation to pop just inner stack or root navigator if prefered
0.1.4 28/01/20. #
- Added navigation observer callbacks
- Added
BuiltTabNavigatorStateAPI to get inner navigator routeContextgetTabNavigatorState - Update README.md
0.1.3 28/01/20. #
- Expose
BuiltTabNavigatorStateso it can be accesed viaGlobalKey<BuiltTabNavigatorState>
0.1.2 28/01/20. #
- Added new getter to state:
navigatorKeys, useful for retriving tabs NavigatorState , ie: viaGlobalKey<State<BuiltTabNavigator>>
0.1.1 28/01/20. #
- Updated README
- New
tabContainerBackgroundColorproperty
0.1.0 28/01/20. #
- Initial release
0.0.1 TODO: Add release date. #
- TODO: Describe initial release.