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.
Related
I want to make a view like image below that has a list of items to be shown as gridview.but I want it to have like 8 of them in each page and user can go next and previous page.could you help me how to do that?
My advice is to use Wrap instead of GridView and you can handle it and it can fill the pages according to the screen size.
if you are fetching datas from api and it has pagination you can manage to show list of Wrap in every pages by clicking Next or Previous.
if you had any question about my answer i'm here to make it clear.
Happy coding...
Moraghebe khodet bash ;)
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
I am not sure how to describe this scenarios, below is the screenshot about this, I want to user tap one of the card, and then highlight this card, in the meantime, two actions in the screen's bottom which user can do some actions, any help are appriciate!
Please refer to what I've answered, it's quite similar to your case
https://stackoverflow.com/a/67088035/11276416
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 noticed when open the built-in "Messages" app you won't see the search box widget by default. Only when you pull the view up you could see it. It's an interesting effect exactly. Well, I really want to implement a similar effect but what should I start from ?
Any clue?
Thanks.
Aha! seems found the answer.
I viewed this post and had a try, and it works.
Cheers!
Showing the searchbar only when user pull down the table