About 753,000 results
Open links in new tab
  1. dart - Position buttons in a card. Flutter - Stack Overflow

    Nov 26, 2018 · I am having some troubles to position 2 buttons in a card in Flutter. I had this: But I want this: My code for the buttons of this card is: new ButtonTheme.bar( child: new ButtonBar( ali...

  2. Creating multiple dynamic cards inside Container with button

    Oct 11, 2019 · I want to do something like this (dummy pic I found in internet) where there is a container which holds the cards, below that another container where I am accepting 2 values once cliked on button ...

  3. Add a Raised Button inside a card widget in flutter

    Nov 16, 2019 · I have this bottom navigation bar item that has cards as its column widget children. I am trying to pass a raised button inside my card as the trailing attribute but the onPressed() functions give an error on initializing. It says "invalid constant value".

  4. How to use Flutter Card Widget (2025 Easy Code Examples)

    The use of Flutter card widget is when you want to show something on a small portion of the screen to make it look beautiful like image with details(name, age, etc), a product with details, and many more. Let’s now understand this Flutter widget with easy Flutter code examples.

  5. A flutter widget for swiping through a deck of cards with …

    Oct 19, 2021 · Swipe through cards by dragging or using buttons to hook into the public swipeLeft and swipeRight functions. Provide custom callback functions for when the deck is empty and for each swiping direction, which also pass in the original Card object. Use custom Cards of any shape, size, or content.

  6. Create & Customize Cards in Flutter - A Complete Guide With Code

    To create a card in Flutter, you just need to call the card constructor and then pass a widget as a child property to display the content and any action button inside the card. For now, we are not adding any buttons, just the content.

  7. Flutter – Making Card Clickable - GeeksforGeeks

    Dec 21, 2022 · In flutter, we can do it using the gesture detector widget, which detects the gesture of the screen. Gesture Detectors have many properties like on tap, on long press, on long tap, double tap, and many more. We can use simply the tap parameter to make the card clickable.

  8. Flutter - Line ProgressBar with Card Widget using Buttons

    Dec 26, 2023 · In this Flutter application, we've created a user interface using a Card with a linear progress bar. The progress bar is contained within the card, and three buttons (Decrease, Increase, and Reset) allow users to dynamically control the progress displayed.

  9. Custom Widgets in Flutter : Card, Custom Text Field, and Button

    Jun 21, 2024 · Let's use custom widgets in Flutter. Boost Flutter app efficiency with custom widgets, including Card, TextField, and custom buttons.

  10. user interface - Flutter UI Place button on the edge of two

    Sep 16, 2022 · How to create an UI like above just the part where the Edit Profile button is on the edge of both the containers ? I used stack and positioned but didnt work out for me . Can somebody help me with ...

  11. Some results have been removed
Refresh