About 12,400,000 results
Open links in new tab
  1. Horizontal ListView inside a Vertical ScrollView in Flutter

    Feb 4, 2019 · So I want to have a widget that scrolls vertically with few items on them. At the top of it, there should be a horizontal ListView, followed up with some items called motivationCard. There are some headers in between the list and the cards as …

  2. Item Selection in List View on Tap in flutter using ListView.Builder

    Aug 21, 2019 · After wrapping the widget with GestureDetector and handling onLongPress event will make the List tile to change its color and state, thereby allowing user to select the items he is interested in.

  3. Integrating Horizontal List View into Vertical List View

    May 13, 2024 · To integrate a horizontal list view into a vertical list view, you can follow these steps: Specify Size and Add Children: Set the height and width of the container to encompass the vertical list view. Inside the ListView widget, include the desired horizontal list views using the HorizontalTextListView widget.

  4. Flutter ListView – A Guide to Building Dynamic Lists in Flutter

    In this example, we’ve wrapped each ListTile item in a Container widget with a vertical padding of 10 pixels. This creates space between each item in the ListView. Using Efficient Data Fetching Methods in ListView

  5. Horizontal and vertical scrolling list view in flutter

    Jan 23, 2020 · I wanted to scroll the movie card both horizontally and vertically. So I Created a Container widget here to scroll vertically. Inside that container, I created a horizontal list view to scroll...

  6. Flutter Display List in a Container instead of ListView

    Nov 24, 2019 · I have a list of Containers that I want to display when an option is selected. There is a container at the top of my screen and selection options at the bottom, when the button is pushed the item is added to the list that i want to display in the container up top.

  7. Container class in Flutter - GeeksforGeeks

    Feb 26, 2025 · Container class in flutter is a convenience widget that combines common painting, positioning, and sizing of widgets. A Container class can be used to store one or more widgets and position them on the screen according to our convenience. Basically, a container is like a box to store contents.

  8. Mastering Vertical Layout Design Using Flutter Column Widgets

    Feb 25, 2025 · By nesting a Row widget inside a Column, you can align children horizontally within a vertical list, providing a high degree of layout flexibility. In this example, the Row widget allows us to place the star icon, title text, and more icons …

  9. Flutter || Build a vertical list of heterogeneous elements with ...

    Nov 10, 2019 · This article show you a basic idea of building a vertical list of horizontal list views. Architecturally, we will try to build something like this: Before we jump to code, let’s address one...

  10. scroll_datetime_picker | Flutter package - Pub

    Mar 6, 2025 · Gain full control over the date and time selection programmatically using the DateTimeController. The DateTimePickerController allows you to manage the state of the ScrollDateTimePicker programmatically.

Refresh