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
I need to make my flutter app like below image.
This is my android studio app and this is very slower

But when i tried in flutter it became like this
Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);
here c3 is product item 
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton
add a comment |
I need to make my flutter app like below image.
This is my android studio app and this is very slower

But when i tried in flutter it became like this
Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);
here c3 is product item 
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton
1
Can you send the code?
– Yohan Malshika
Mar 8 at 17:39
add a comment |
I need to make my flutter app like below image.
This is my android studio app and this is very slower

But when i tried in flutter it became like this
Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);
here c3 is product item 
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton
I need to make my flutter app like below image.
This is my android studio app and this is very slower

But when i tried in flutter it became like this
Card c = Card(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
child: c3,
);
here c3 is product item 
c3 is colum and it contain image,title,row(mrp,selling price),raisebutton
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
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Can you send the code?
– Yohan Malshika
Mar 8 at 17:39