Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Flutter ListView | Different types of listView | Static | Dynamic | Interactive List Views
Play lesson

Flutter With Dart - Visual Studio Code - Flutter ListView | Different types of listView | Static | Dynamic | Interactive List Views

Master Flutter with Visual Studio Code: From Basics to Advanced Widgets and Navigation!

4.0 (0)
6 learners

What you'll learn

Set up Flutter in Visual Studio Code on Windows effectively.
Create and manage Flutter apps using Visual Studio Code.
Implement various Flutter widgets including stateful and stateless widgets.
Navigate between screens and manage data transfer in Flutter applications.

This course includes

  • 6.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In this tutorial, we are studying ListView and its examples. We will cover three types of ListViews: Static ListView, Dynamic ListView, and Interactive ListView. We will also introduce some new widgets like Container, ListTile, Row, Column, and SizedBox. In the Dynamic ListView section, we will study ListView.builder. ListView.builder is used for dynamically creating list items as they scroll into view. This is useful for displaying data from a database or API. In this section, we will also study Lists with Data Models, which are used for more complex applications where you might want to create a list of custom data models. Lastly, we will study Interactive Lists. You can add interactivity to your list items, such as tapping, deleting, or updating items. Code: https://github.com/truecoder-001/Dart/tree/main/ListView_Code/lib 00:10 - ListView Introduction. 00:55 - Static ListView. 16:50 - Dynamic ListView. 22:42 - Lists with Data Models. 26:42 - Interactive List.

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere