Skip to content

Commit 28b9b94

Browse files
committed
added demo gif and updated readme for using_bottom_nav_bar and using_tabs example
1 parent a7252a9 commit 28b9b94

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

using_bottom_nav_bar/README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# using_bottom_nav_bar
1+
# Using Bottom Navigation Bar
2+
3+
A material widget displayed at the bottom of an app for selecting among a small number of views.
4+
5+
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.
6+
7+
Read [[Documentation](https://docs.flutter.io/flutter/material/BottomNavigationBar-class.html)] [[Material Design Spec](https://material.io/guidelines/components/bottom-navigation.html)]
8+
9+
<img src="demo_img.gif" height="600em" />
210

3-
A new Flutter project.
411

512
## Getting Started
613

7-
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
14+
For help getting started with Flutter, view online [documentation](http://flutter.io/).

using_bottom_nav_bar/demo_img.gif

796 KB
Loading

using_tabs/README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# using_tabs
1+
# Using Tab Bar
2+
3+
A material design widget that displays a horizontal row of tabs.
4+
5+
Read [[Documentation](https://docs.flutter.io/flutter/material/TabBar-class.html)] [[Material Design Spec](https://material.io/guidelines/components/tabs.html)]
6+
7+
<img src="demo_img.gif" height="600em" />
28

3-
A new Flutter project.
49

510
## Getting Started
611

7-
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
12+
For help getting started with Flutter, view online [documentation](http://flutter.io/).

using_tabs/demo_img.gif

620 KB
Loading

0 commit comments

Comments
 (0)