Somebody did something like this image?
I would like to create links like image is showing.
I'm new with flutter and I tried "GraphView" but I can't customize it.
I saw TreeView, but doesn't work for me.
Related
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 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 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 would like to know if there is any way to change title font without creating a custom view? Something like this:
annotation.title.font = UIFont.systemFontOfSize(12.0)
I searched around, everyone says that I have to create a custom view like this tutorial, but it is so complicated and it's in objective-c.
Hope somebody have a simple way to change the font.
Thank you.
I would like to have a page with draggable elements. Something like this
gridster demo
The only difference is that I would like the user to have the option not only to resize but to hide and show the elements as well. (something like a dashboard)
the closest I came to is this :
angular dashboard but sadly I don't want to use angular.js
I would like to see if you guys know of any libraries like that.
thanks