An open API service indexing awesome lists of open source software.

https://github.com/rxlabz/orderable_stack

A Flutter orderable stack widget
https://github.com/rxlabz/orderable_stack

dartlang drag-and-drop flutter widget

Last synced: about 1 year ago
JSON representation

A Flutter orderable stack widget

Awesome Lists containing this project

README

          

# orderable_stack

A Flutter orderable container :

- based on a "data items" list
- vertical or horizontal
- need a "itemBuilder" function to build the orderable parts

![horizontal](https://raw.githubusercontent.com/rxlabz/orderable_stack/master/demo.gif)

![vertical](https://raw.githubusercontent.com/rxlabz/orderable_stack/master/demo_v.gif)

## Usage

cf. [orderable_stack_example](https://github.com/rxlabz/orderable_stack/tree/master/orderable_stack_example)

```dart

```

## Limitations

All part must have same size