Questions tagged [flutter-design]

Questions relating to design oriented questions, while using Flutter. This should not be confused with flutter-layout and therefore should not be used as a synonym. Flutter-design questions should relate to correct usage and form of things such as the Material vs Cupertino design choices.

Questions relating to design oriented questions, while using Flutter. This should not be confused with flutter-layout and therefore should not be used as a synonym. Flutter-design questions should relate to correct usage and form of things such as the Material vs Cupertino design choices. Other acceptable topics could include following Google's design guidelines in Flutter (example). To clarify again this should rarely be used to reference Flutter functionality issues.

152 questions
0
votes
2 answers

multiline text component flutter

I created one reusable multi line text component. I am using TextSpan widget. code: /// Creates multi line styled widget which displays list of items with bullet class AppMultiLineText extends StatelessWidget { final List items; …
kartheeki j
  • 2,206
  • 5
  • 27
  • 51
0
votes
1 answer

How can I achieve this appbar design in flutter in which I insert Navigation inside appbar rather than bottomNavigationBar

I want to design appbar of my app like this Can someone help me out to achieve this task Thanks!
Arslan Kaleem
  • 1,410
  • 11
  • 25
0
votes
1 answer

How to design timer in flutter

I want this design for setting a timer in a flutter as marked in the picture. How can I achieve this design. I searched for it but didn't find anything.
Arslan Kaleem
  • 1,410
  • 11
  • 25
0
votes
0 answers

Incorrect use of ParentDataWidget. flutter app

i'm stuck on this problem for long time in debug console i don't know how to fix it please help it says flexible while i did not use flexible widget. i only used expanded and even when i remove expanded widget still have the same error also i tried…
0
votes
2 answers

How do I play a Rive Animation in flutter

I am new to Rive and because there is close to no good documentation for Rive 2 I wanted to ask here. How do I play my Rive Animation in flutter? I copy + pasted the example that was on pub.dev for the rive dependecy and switched out their animation…
finnjgr
  • 207
  • 1
  • 9
0
votes
1 answer

Flutter not producing a screen

Thanks for giving time to read this question and help me. I have a SideDrawer in my home screen having two options. If I click on 'Tickets' I want Flutter to produce a new page with the tickets. But, this doesn't seem to be the case. Whenever i tap…
user15603941
0
votes
1 answer

Whim im getting this Renderflex error and cannot solving it?

Im trying to show a star icon and when user press on its it shows 5 stars so user can vote . but im getting an error that says he following assertion was thrown while applying parent data.: Incorrect use of ParentDataWidget. The ParentDataWidget…
user15564550
0
votes
2 answers

how to add a background image in flutter?

I am trying to add a background image to my themedata, but i cant manage where to add it, my code looks like this. Please help. Thank you! class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget…
power941
  • 105
  • 3
  • 6
0
votes
1 answer

How to Create table in flutter with dynamic content?

I want to create a table with the data inside the table to be fetch from internet(API) As, we build ListView.builder is there any way to build table in flutter?
0
votes
1 answer

TextField stays behind Keyboard when in Focus at BottomSheet on a real device but works on Emulator

I saw some solutions and implemented them. Look Ok on Emulator but doesn't work on Real Device (See screens). So when I click on a textField, the keyboard moves up as per in-focus Textfield and I am able to scroll, however does not happen in real…
0
votes
1 answer

How to create a UI like below in Flutter

I need a BMI visualiser like above, How can I create this ? Is there any Widgets or Plugin available for this type of UI.
Sayandh
  • 61
  • 1
  • 10
0
votes
1 answer

Flutter custom radiobuttons

Can anyone guide me how to achieve this in flutter? Thanks
0
votes
1 answer

How Can I Add phone call action to my ListTile in Flutter

I am writing a tool for community. My purpose is to give name surname and numbers in listtile and when people click on the names it dials assigned number. I tried url_launcher but I couldn't make it. Can check and tell me what is wrong with my code.…
0
votes
2 answers

How to add 'Raised button' just below the gridview?

I am making an App named Picfolio in which i require multiple screens,For that i have to add a raised button below the gridview which i am unable to add.How to add raised button in the second screen below the gridview so that on pressing it, i will…
0
votes
1 answer

How create dog paw in flutter

I am new in flutter. I am trying to create dog paw design in flutter and in that dog paw I want to show different images. So, Kindly help me. How I can create dog paw and show images in that paw design.
wahabsohail
  • 55
  • 1
  • 8