1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00

added demo gif and updated readme for using_bottom_nav_bar and using_tabs example

This commit is contained in:
Nishant Srivastava
2017-08-26 00:55:44 -07:00
parent a7252a9dec
commit 28b9b94bf6
4 changed files with 18 additions and 8 deletions

View File

@@ -1,8 +1,14 @@
# using_bottom_nav_bar
# Using Bottom Navigation Bar
A material widget displayed at the bottom of an app for selecting among a small number of views.
The bottom navigation bar consists of multiple items in the form of labels, icons, or both, laid out on top of a piece of material. It provides quick navigation between the top-level views of an app. For larger screens, side navigation may be a better fit.
Read [[Documentation](https://docs.flutter.io/flutter/material/BottomNavigationBar-class.html)] [[Material Design Spec](https://material.io/guidelines/components/bottom-navigation.html)]
<img src="demo_img.gif" height="600em" />
A new Flutter project.
## Getting Started
For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.io/).

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB

View File

@@ -1,8 +1,12 @@
# using_tabs
# Using Tab Bar
A material design widget that displays a horizontal row of tabs.
Read [[Documentation](https://docs.flutter.io/flutter/material/TabBar-class.html)] [[Material Design Spec](https://material.io/guidelines/components/tabs.html)]
<img src="demo_img.gif" height="600em" />
A new Flutter project.
## Getting Started
For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.io/).

BIN
using_tabs/demo_img.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB