My designer gave me the following design for a questionnaire screen.
I didn't found anything out of the box from the flutter components.
Maybe I could create something of my own, but before that I would like to validate that this isn't something that exists:
Any help would be appreciated
You can use smooth_page_indicator or page_indicator for the page indicate, and for the Next and Back buttons you can use any kind of flutter button components
Related
As a freelancer, I got an order to design a schedule page with Flutter. I can create it myself from scratch, but I was wondering if there is already a package that is implemented, that behaves similarly as my case. Even there is no any package but someone encountered this kind of task, I would like to hear some suggestions from you!
Here is the explanation of the design:
Left side has a list of Users
Right side is a time view ( can be weekly and monthly view)
Only shifts that are already added, can be dragged to other time.
If need some more information, please comment! Thanks
I found syncfusion calendar package for now, other than that nothing fits well. FYI, this is a web app.
I am currently using the package curved_navigation_bar: ^0.4.0-nullsafety.0 to display a navigation bar in my flutter project.
currently the default shape of selected icon looks like this
I want something that looks like this
when I go into the source code I see some mathematical formulas which I tried tweaking but am not getting a similar result. can someone help me? a container or widget of this exact shape will also help me. thanks
I want page that has opacitiy on its background, so the user can see previous page's layout even in the second page. I try to use showDialog(), but it wasn't the answer, since it does not have routename. I will attach the picture that I want. Please help.
What I want
You can check this answer on SO, is similar.
Or do it in a different way and use Stack and Opacity widgets to achieve this.
I am currently trying to implement a time select Widget, it should look something like this:
Image_Link.
And it should work like shown in this video:
https://streamable.com/2y7s65.
I would like to have the design, shown in the picture combined with the wheel in the video to select a specific time.
But I am struggling with this for a while. I know there is a package: flutter_time_picker_spinner, but I count't find any way to customize the spinner in the way I need to (like in the picture: Image_Link )
I hope I gave enough information, if something is still unclear please tell me.
My approach would be download https://github.com/icemanbsi/flutter_time_picker_spinner/blob/master/lib/flutter_time_picker_spinner.dart and style it as you like.
You can use ListWheelScrollView to get the result you are looking for. Style each individual button the way you want and add them as children. From there you can style the ListWheelScrollView to get your desired look.
I am a beginner in Ionic and trying to design a layout for Cricket Scoring app.
When use clicks on the buttons a popup should appear for confirmation.
At first I thought I can use it with ion-pull-up footer but it does not work properly.
Can some one please advise me how to achieve similar layout ?
I have attached screenshots here.
Thank you
You can simply use AlertController component.
See https://ionicframework.com/docs/api/components/alert/AlertController/
The best way you can use Ionic Accordion
Reference Links
Link1
Link2