Chapter 2 Flutter basics

Опубликовано: 31 Октябрь 2024
на канале: techsapphire
63
0

Designing in flutter

• App bar
• Listview builder
• Gridview builder
• Navigation bar
• Dropdown

In app bar we will use multiple icons with text label . In listview and gridview builder use the
Cards as a list for showing the images and text from data class. In this we will use static json data in a separate class and fetch data from there. Navigation bar is used for changes the page with the help of multiple tabs on same screen and Dropdown is used for select the any value from list and show in front of us.