• Hans Muller's avatar
    TabNavigator animates selected TabView · 9de4df1e
    Hans Muller authored
    The TabBar's selection is now represented by a TabBarSelection object which encapsulates both the previous and currently selected indices and the Performance used to animate the selection indicator.
    
    Added a TabBarView class which displays a tab's contents. It uses a shared TabBarSelection to stay in sync with a TabBar. The TabBarView scrolls in sync with the TabBar when the selection changes. Eventually it will allow one to fling the selection forward or backwards.
    
    Added a tabBar property to ToolBar. Typically the corresponding TabBarView will be the body of the toolbar's Scaffold.
    
    Removed TabNavigatorView and TabNavigator.
    
    Added a widget gallery tabs demo page. Removed the old tabs demo.
    9de4df1e
Name
Last commit
Last update
..
README.md Loading commit data...
card_collection.dart Loading commit data...
container.dart Loading commit data...
drag_and_drop.dart Loading commit data...
ensure_visible.dart Loading commit data...
flutter.yaml Loading commit data...
gestures.dart Loading commit data...
horizontal_scrolling.dart Loading commit data...
http_post.dart Loading commit data...
indexed_stack.dart Loading commit data...
launch_url.dart Loading commit data...
media_query.dart Loading commit data...
navigation.dart Loading commit data...
nine_patch.dart Loading commit data...
overlay_geometry.dart Loading commit data...
pageable_list.dart Loading commit data...
piano.dart Loading commit data...
progress_indicator.dart Loading commit data...
pubspec.yaml Loading commit data...
raw_keyboard.dart Loading commit data...
scrollbar.dart Loading commit data...
sector.dart Loading commit data...
smooth_resize.dart Loading commit data...
spinning_mixed.dart Loading commit data...
styled_text.dart Loading commit data...