built_tab_navigator 1.2.0
built_tab_navigator: ^1.2.0 copied to clipboard
Creates a Tab Style UI with Navigation capabilities.
1.2.0 07/09/22 #
- Upgrade to flutter 3.0.x
1.0.1 09/08/21. #
- Null Safety fixes
1.0.0 09/08/21. #
- Null Safety
0.2.4 05/03/21. #
- Updated de pendencies for:
built_value: ^8.0.0 built_collection: ^5.0.0
0.2.3 23/06/20. #
- Change support from
RouteObservertoNavigatorObserverforTabRoutesDefinitionto be more flexible
0.2.2 8/06/20. #
- Add support for
RouteObserverforTabRoutesDefinition
0.2.1 1/03/20. #
- Implemented here controller, in order to support
Herowidget inside nested navigators
0.2.0 1/03/20. #
- Change
built_valuedependencies to 7.0.x
0.1.7 20/02/20. #
- Changed behavior of [onGenerateRoute] property, 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.