Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.68 KB

Scaffold_index.md

File metadata and controls

48 lines (44 loc) · 1.68 KB
layout title permalink
page
Scaffold Sample Apps
/catalog/samples/Scaffold_index/

All of the sample apps listed here use the Flutter Scaffold class in an interesting way. The Sample App Catalog page lists all of the sample apps.

Android screenshot

A typical AppBar with a title, actions, and an overflow dropdown menu.

This app features the following classes: AppBar, IconButton, PopupMenuButton, Scaffold.

Learn more.

Android screenshot

An AppBar with a TabBar as its bottom widget.

This app features the following classes: AppBar, DefaultTabController, TabBar, Scaffold, TabBarView.

Learn more.