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:
@@ -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
|
## Getting Started
|
||||||
|
|
||||||
For help getting started with Flutter, view our online
|
For help getting started with Flutter, view online [documentation](http://flutter.io/).
|
||||||
[documentation](http://flutter.io/).
|
|
||||||
BIN
using_bottom_nav_bar/demo_img.gif
Normal file
BIN
using_bottom_nav_bar/demo_img.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 796 KiB |
@@ -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
|
## Getting Started
|
||||||
|
|
||||||
For help getting started with Flutter, view our online
|
For help getting started with Flutter, view online [documentation](http://flutter.io/).
|
||||||
[documentation](http://flutter.io/).
|
|
||||||
BIN
using_tabs/demo_img.gif
Normal file
BIN
using_tabs/demo_img.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 620 KiB |
Reference in New Issue
Block a user