flutter Card child over flowing parent issue The Next CEO of Stack OverflowFlutter divider widget not appearingValueEventListener on firebase database in flutter appFlutter - Alignment and Wrapping issuesFlutter Card ShapeForce widget inside a container to limit itself to one rowFlutter - How to use container widget with image and text/icons below imageFlutter - CupertinoActionSheet / CupertinoActionSheetAction background color different on-device than in simulatorFolded card effect - FlutterWhy is my native android code in Flutter showing errors?Card width match with parent : flutter

A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

How do I align (1) and (2)?

is it ok to reduce charging current for li ion 18650 battery?

Reference request: Grassmannian and Plucker coordinates in type B, C, D

Why is information "lost" when it got into a black hole?

No sign flipping while figuring out the emf of voltaic cell?

Do I need to write [sic] when a number is less than 10 but isn't written out?

Where do students learn to solve polynomial equations these days?

Why this way of making earth uninhabitable in Interstellar?

Why isn't the Mueller report being released completely and unredacted?

How to place nodes around a circle from some initial angle?

Can we say or write : "No, it'sn't"?

Is there a difference between "Fahrstuhl" and "Aufzug"

Why did CATV standarize in 75 ohms and everyone else in 50?

INSERT to a table from a database to other (same SQL Server) using Dynamic SQL

Axiom Schema vs Axiom

Can a Bladesinger Wizard use Bladesong with a Hand Crossbow?

WOW air has ceased operation, can I get my tickets refunded?

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Unclear about dynamic binding

Why do remote US companies require working in the US?

Powershell. How to parse gci Name?

How to scale a tikZ image which is within a figure environment



flutter Card child over flowing parent issue



The Next CEO of Stack OverflowFlutter divider widget not appearingValueEventListener on firebase database in flutter appFlutter - Alignment and Wrapping issuesFlutter Card ShapeForce widget inside a container to limit itself to one rowFlutter - How to use container widget with image and text/icons below imageFlutter - CupertinoActionSheet / CupertinoActionSheetAction background color different on-device than in simulatorFolded card effect - FlutterWhy is my native android code in Flutter showing errors?Card width match with parent : flutter










0















I need to make my flutter app like below image.
This is my android studio app and this is very slower



android project convert to flutter project by midhilaj



But when i tried in flutter it became like this
Android studio app to flutter app converter by midhilaj



 Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);


here c3 is product item enter image description here
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton










share|improve this question



















  • 1





    Can you send the code?

    – Yohan Malshika
    Mar 8 at 17:39















0















I need to make my flutter app like below image.
This is my android studio app and this is very slower



android project convert to flutter project by midhilaj



But when i tried in flutter it became like this
Android studio app to flutter app converter by midhilaj



 Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);


here c3 is product item enter image description here
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton










share|improve this question



















  • 1





    Can you send the code?

    – Yohan Malshika
    Mar 8 at 17:39













0












0








0








I need to make my flutter app like below image.
This is my android studio app and this is very slower



android project convert to flutter project by midhilaj



But when i tried in flutter it became like this
Android studio app to flutter app converter by midhilaj



 Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);


here c3 is product item enter image description here
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton










share|improve this question
















I need to make my flutter app like below image.
This is my android studio app and this is very slower



android project convert to flutter project by midhilaj



But when i tried in flutter it became like this
Android studio app to flutter app converter by midhilaj



 Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);


here c3 is product item enter image description here
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton







flutter flutter-layout






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 8 at 15:56







Midhilaj

















asked Mar 8 at 15:34









MidhilajMidhilaj

7561923




7561923







  • 1





    Can you send the code?

    – Yohan Malshika
    Mar 8 at 17:39












  • 1





    Can you send the code?

    – Yohan Malshika
    Mar 8 at 17:39







1




1





Can you send the code?

– Yohan Malshika
Mar 8 at 17:39





Can you send the code?

– Yohan Malshika
Mar 8 at 17:39












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55066400%2fflutter-card-child-over-flowing-parent-issue%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55066400%2fflutter-card-child-over-flowing-parent-issue%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229