I want to implement a profile popup like Books app on iOS. Do you know any package or something to make this? Thank a lot.
GIF below shows the behavior that I want to implement:
https://gph.is/g/EvAxvVw
You might want to use showModalBottomSheet, included in the flutter material package. Here's the reference for it: https://api.flutter.dev/flutter/material/showModalBottomSheet.html
beautiful popup package may be help to you in implement beautiful profile popup in app.
Related
I am creating a chatbot by Flutter and DialogFlow. Now I want to add some suggestion button into the chat screen right after saying "Hello" like this:
suggestion buttons sample
I am a Flutter newbie so I need some ideas to create these buttons. Do you have any idea about this? Thank you a lot
The webpage I'm loading contains a HtmlElementView class which will load an URL. And I am having an action in app bar and when I am tapping on a option, It is not responding.
In the reference image the account settings option is clickable because it is outside the HtmlElementView but the others two options are not clickable because it is on top of the HtmlElementView. Help me with an solution for this.
There seems to be no in easy way of dealing with this in flutter.
So the best option is to use pub.dev/packages/pointer_interceptor
Thanks to #Pat9RB for finding this!
I am trying to create a pop up guide in flutter to indicate what a user needs to do e.g button to click. What widget can I use with a code snippet to implement this? Thanks in advance.
i'm never used the package but it's looking promising
https://github.com/blackmenthor/flutter-introduction-tooltip
I am new to flutter and I have created an Todo app, for that I want to add a quick guide once the the users opens the app for the first time after installation.
I have seen something like that in the ICICI mobile app, there once you installed it will give a you a quick tour about what all option you will get with a pointing arrow, below that its description and a next button, I want to do similar to that in my flutter application.
Can anyone who had implemented the same, or know about it , can you share the same.
Thanks
Here is the plugin named- feature_discovery which shows the app tour guide following the material design guidelines.
It's quite simple what all you need ::
Whole screen image including pointing arrow.
Your Button to go next and previous.
Connect all screens using navigation.
That's it,
Thanks.
I'm new to an ionic framework and its components. I am creating a mobile app using Ionic Framework. I like the UX of ActionSheet (Coming up from the bottom with a list of buttons) but it comes only with options of adding buttons. I want to know whether we can use check box list inside Ionic ActionSheet? I have googled it but I didn't find any useful link to do that. Please help me. Thanks in advance.