How can I achieve this kind of stepper as shown in the image? I have tried the stepper widget and some packages but was unable to achieve that
You can use package status_change 2.0.0 to achive this view
Here is the example for horizontal view
Related
I want to make a stepper similar to the above. However, Flutter doesn't have padding or margin to set position. How can I make such a stepper?
You can use this package: another_stepper
You can create a list of your steps and then you can directly make stepper in horizontal and vertical direction with ease.
In flutter i tried with sliderTheme and slider widget but the it is working as a seek bar not as a draggable slider.
Any idea or widgets would be helpful.
Thanks in advance.
try to use slider_button i think this package is fit your requirement very well https://pub.dev/packages/slider_button
How can I make Flutter widget that has different size items that each item can be resizable and draggable?
Image Example
There's a StaggeredGridView package that does this on pub.dev
you can use flutter_staggered_grid_view package hope this will be work for you. Thanks
https://pub.dev/packages/flutter_staggered_grid_view
I would like to create a scroll up bottomsheet something like this
Right now I am working with DraggableScrollableSheet widget. But I don't know how to add animation and that handle icon that changes when the sheet goes up or down.
You can use Solid bottom sheet package from here
also bottom_sheet_bar is similar like this.
In my flutter projects I use the following package for animated bottom sheets:
https://pub.dev/packages/modal_bottom_sheet
for my flutter project I need to create an animated bottom sheet in the sense that it will transition height when pressing a button... How can I do that?
I searched some flutter package because of like your reason.
I think that 'sliding_up_panel' package is what you find.
https://pub.dev/packages/sliding_up_panel