About 1,730,000 results
Open links in new tab
  1. How to make list view in card flutter - Stack Overflow

    Aug 18, 2020 · The Flutter team designed the ListTile widget to handle the normal content that you would want in a list. This means that most of the time there is no need to define a custom …

  2. Card View and ListView of Cards using Flutter and Dart. Easy …

    Dec 4, 2023 · Add appbar and body to the Scaffold widget and give some title(e.g.- 'Cards List') to your appbar. In the body of the Scaffold widget, we will use a ListView and we will Card as …

  3. card List view in Flutter from Object - Stack Overflow

    Nov 19, 2019 · I need to create a flutter list view having cards from following JSON data such that, on card only name field is visible whereas, when we click on card both the id and name should …

    Missing:

    • Screen

    Must include:

  4. dart - Adding Card to ListView - Stack Overflow

    Jun 23, 2018 · I'm trying to get list of Cards, and trying using the Expanded widget, but got overflow error. My code: child: StreamBuilder( stream: …

  5. How to Build a Flutter Card List in Less Than 10 Minutes

    Dec 9, 2019 · Build a basic card list using Flutter even if you are new to mobile development, in less than 10 minutes.

  6. Simple Card View with List View Builder using Flutter

    Oct 22, 2021 · simple card view with list view builder using flutter. Screenshot. Download this project from the below link.

  7. flutter_animated_card_list | Flutter package - Pub

    May 22, 2023 · Welcome to Flutter Animated Card List, a powerful Flutter package that allows users to display a list of animated credit cards and debit cards. With this package, you can …

  8. List View Cards Flutter - CodePen

    import 'package:flutter/material.dart'; void main() => runApp(MyApp()); const PAGE_HEIGHT = 600.0; const PAGE_WIDTH = 300.0; class MyApp extends StatelessWidget { @override …

  9. Flutter ListView inside Card - Stack Overflow

    Oct 16, 2018 · In the Measurements Card, I would like to have a ListView. But when I use Expaded, the ListView will extend the screen and the list is not scrollable. flex: 1, child: Card( …

  10. How to Create Custom List View Cards in Flutter Video

    Jul 7, 2019 · This video shows how to create a custom widget for a Card and use it in a list of cards.

    Missing:

    • Screen

    Must include:

  11. Some results have been removed
Refresh