Skip to main content

All Questions

Tagged with
0 votes
2 answers
49 views

How do I make my container take up entire space?

I am making a screen that has a shelf image along with a plus icon overlaying the entire image with a dotted border. I want to make the dotted border take up the entire space allowed by the largest ...
Sanchit Batra's user avatar
0 votes
1 answer
28 views

FLUTTER UI Ratio

I've been developing in flutter for a while but the ui side isn't my main area. I currently have an application developed on a 16:9 tablet format where widget sizes are expressed via MediaQuery.size ...
Theo Loury's user avatar
0 votes
1 answer
29 views

Problem with responsive fonts only in android mobile app flutter

I have problem with scale fonts in my app, on iOS fonts are good in every small and large devices, but in android no - in simulator everything is good, but when i send .apk to my friend (samsung a54) ...
Shuffle's user avatar
  • 19
0 votes
1 answer
43 views

Flutter Dialog unintentionaly triggers recreating of layout behind

I have an issue with my FLutter code that I am not able to solve neither to understand why this is happening. First the code in questoin: import 'dart:io'; import 'dart:ui'; import 'package:app/...
Der edle weiße Ritter's user avatar
0 votes
0 answers
122 views

Flutter fixed widget size on app ignoring device display size setting

I am developing a Flutter app and I have a problem which is my widget size varies based on the device I am using. I manage to fixed the text size by setting the textScaler in main.dart like below: ...
Leong's user avatar
  • 292
0 votes
0 answers
29 views

Not Responsive Design (Splash Screen)

View import 'package:flutter/material.dart'; import 'package:pet_care/Constants/color_code.dart'; import 'package:pet_care/Screens/SplashNext/splash_next_controller.dart'; import 'package:pet_care/...
Flutter's user avatar
  • 19
0 votes
0 answers
15 views

Resolving Flutter Card Layout Issue

The card that I have coded works perfectly fine when a screen is in normal size, I am just testing UI with a bit smaller screeens. The UI is actually just fine, but not responsive and kind to ...
Ali Jawad's user avatar
  • 296
-1 votes
1 answer
104 views

ScreenUtilInit and bottomsheet - Keyboard hiding bottomSheet textfield

i used to fix the hidden Bottomsheet using the isScrollControlled: true, along with padding: EdgeInsets.only(bottom: MediaQuery.of(context).viewInsets.bottom), to fix this issue, but lately i started ...
ILii's user avatar
  • 99
0 votes
1 answer
181 views

Flutter how to draw a curved path between widgets keeping it responsive

I want to make a curved path between widgets on my website, like a story timeline. I have managed to draw the curved paths, however, the problem arises when resizing the page as they move and start ...
Luca Rughani Jeevanjee's user avatar
1 vote
2 answers
257 views

Widget without fixed width can constraint a Text widget?

Container( child: Row( children:[ Container( //icon in the left side height: 50, widget: 50, color: Colors.green, child: Icon... ), ...
guguCara's user avatar
-1 votes
1 answer
44 views

Can I use setState() inside a function that is called from a StateFull?

I have this code: class buildApp extends StatefulWidget { const buildApp({super.key}); @override State<buildApp> createState() => _buildAppState(); } class _buildAppState extends State&...
guguCara's user avatar
0 votes
1 answer
46 views

About drawer display in flutter responsive website

when I click the drawer icon, it does not display Listview( DrawerHeader, Listitems), how to correct this problem, This is its code. how I change MobileNavbar class, click the drawer icon to display ...
Isuru Bandara's user avatar
0 votes
1 answer
40 views

Is there a way that Flutter won't allow my app to install or run at different sizes?

I have coded an application that I have only optimized for the size of the phone (it is responsive on the phone). Now I want it not to be run or installed when the user runs it with the emulator on ...
FORGE096's user avatar
0 votes
0 answers
162 views

How to make a Text and an Icon size-responsive in a Carousel Slider when it enlarges center page in Flutter?

I'm using a Carousel Slider in Flutter with the enlargeCenterPage enabled as shown below. The carousel's items are a container including an image, some texts under it on the left and a "favorite&...
DeBazwOnoma's user avatar
2 votes
0 answers
208 views

Is there any way to enforce a minimum browser window size in Flutter web?

I'm trying to make a web app with some degree of responsiveness, and I noted that some applications limit the minimum size the browser window can have. Is there any way to do this in Flutter? I found ...
agustin bossi's user avatar

15 30 50 per page
1
2 3 4 5 6