Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
35 views

Flutter Material Dynamic Colors missing surfaces and elevation colors

I'm starting with Flutter and Material You dynamic colors. After setting up the example app, I tried using the dynamic color from my device. But instead of correctly rendering background and elevated ...
Délia's user avatar
  • 3
1 vote
2 answers
38 views

Want to select only minutes and seconds in Flutter TimePicker

Is there any built in widget in 'material' flutter which allows us to select minutes and seconds in a rotating dial like manner, something similar to TimePicker widget (which only allows to select a ...
Param's user avatar
  • 11
0 votes
1 answer
85 views

Upgrade Error && Thegetter 'subtitle2' isn't defined for the class 'TextTheme' || Member not found: 'MediaQuery.boldTextOverride'. material theme

Upgrade Flutter to the latest version but got this issue. try to delete the Android folder and then recreate it with the help of the flutter create . command but this issue is still not solved. also, ...
sonalika's user avatar
  • 175
0 votes
3 answers
377 views

after upgrade to flutter 3.22 style problem for old libraries

i want to upgrade flutter version to 3.22 any trick to do that easily? without upgrade all libraries Flutter 3.22 brings significant updates and fixes to the Material Design system, enhancing the ...
mohammad sajad orafa's user avatar
0 votes
1 answer
64 views

How to create a shared set of custom color names in flutter?

I'm using Flutter 3.22 and I have started, for the first time in years, to create my personal library of reusable widgets and utilities. Everything is going well, except for a thing that I'm not ...
Ale TheFe's user avatar
  • 1,673
0 votes
1 answer
38 views

Implementing darkTheme Configuration in Custom Flutter App Structure

I'm working on a Flutter project with a custom app structure that doesn't use the typical MaterialApp widget for configuration. Instead, we manage app configurations through a custom AppConfig class. ...
danchoichoufee's user avatar
0 votes
1 answer
43 views

Image errorBuilder not called in InkWell

I want to use the errorBuilder callback when an image asset does not exist. But it's not called when the Image is used with InkWell + Ink. main() { runApp( MaterialApp( home: Scaffold( ...
Patrick's user avatar
  • 3,691
0 votes
0 answers
68 views

Flutter List-detail canonical layout implementation

I am struggling in implementing the List-detail canonical layout showed in M3 specifications. That's the one in the current Gmail design with the list on the left, and the email on the right (or in ...
Alessandro's user avatar
  • 3,743
0 votes
1 answer
39 views

Flutter Make Card and its content scale differently

If you look at the sample app for Material 3, sample. You can see that the cards that surround the component groups scale with the screen but the actauly component groups content stays the same. I can ...
Zach Drake's user avatar
1 vote
1 answer
395 views

In flutter with material 3 enabled, how do I change the color of CupertinoDialogAction text globally?

In a flutter app I have a ThemeData() applied to the Material app. Since setting useMaterial3: true, some colors across the app have changed. Namely, the Text color for CupertinoDialogAction in ...
user11015833's user avatar
1 vote
1 answer
107 views

Implement small/medium app bar headlines in Flutter

Material 3 specifies a few different text styles to use in app bars, two of which seem to have some special behaviour where the title expands below the app bar if the user scrolls up. Looking at ...
Ghoelian's user avatar
  • 157
0 votes
1 answer
91 views

How do I create textfield with multiple line placeholder text

I am getting issues when focusing on multiple lines of placeholder text fields the cursor overlaps with placeholder text while it is working fine with single-line. TextField( keyboardType: ...
KKRocks's user avatar
  • 8,322
1 vote
0 answers
117 views

Same UI libraries for Angular and Flutter

I want a library like https://m3.material.io/ this but as you know that the update will come on next angular version which will support material 3 design Please suggest me any library like m3 I have ...
Reeya Kundhadia's user avatar
0 votes
0 answers
53 views

Is there a way to implement Material's multi-select on Cards using standard Flutter or a package?

Is there a way to implement multi-selection of "Larger selections" in Flutter, like cards or images? When the items go into selectable mode, a circular checkbox appears in the upper left ...
paul's user avatar
  • 5,378
0 votes
0 answers
53 views

AppBar back button animation clashes with title when navigating between screens

I'm having issues with Flutter's AppBar backwards navigation button clashing with my centred title when navigating between screens. As you can see the arrow moves through the title when going forward/...
shennan's user avatar
  • 11.4k

15 30 50 per page
1
2 3 4 5
21