Skip to main content

All Questions

Tagged with
0 votes
1 answer
35 views

Flutter: Responsive design doesn't change when screen size changes

Update: The code in this question is supposed to work correctly, it's a minimum reproducible responsive code. The problem was the client widget which navigates to this responsive screen CourseDetails, ...
A-E's user avatar
  • 3,335
0 votes
0 answers
61 views

Flutter responsive UI with Getx is not automatically updated

I used Getx to Get the height/width and made a Dimensions class so that dimensions would stay responsive through out the whole app in any device with minimum code the problem is Get.height and ...
abdalla mohamed's user avatar
2 votes
1 answer
82 views

Flutter Screen_utils to figma responsive problem

I am implementing a Figma design in Flutter using screen_utils to match the design exactly. The design dimensions are 430x932, but I’m encountering issues on smaller screens. I tried solving this with ...
Flutteradam's user avatar
0 votes
1 answer
72 views

Flutter Web Safari on iOS Simulator keyboard pops again on tap Done button

I have a textfield with number type and for testing I'm running app on responsive web version with iOS simulator. As below in GIF keyboard appears again on tap done. How can i fix this? Code: ...
Abhishek Thapliyal's user avatar
0 votes
1 answer
35 views

Flutter: Popup Resize when keboard apears issue in fluttrer

I'm facing an issue with popups in my Flutter app. When the keyboard appears, the popup resizes and becomes difficult to interact with. ** Screenshots:** image without apearnce of keyboard when ...
UXman Baig's user avatar
0 votes
2 answers
56 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
39 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
39 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
  • 17
0 votes
1 answer
58 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
487 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
  • 328
-1 votes
1 answer
129 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
284 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
538 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
54 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
55 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

15 30 50 per page
1
2 3 4 5 6
X