indexed 0.0.8 indexed: ^0.0.8 copied to clipboard
indexed widget, allow you to order the items inside stack, sothing like z-index
Indexed #
its a widget allow you to order the items inside stack, sothing like z-index.
Getting Started π #
you can use it in 2 ways:
use Indexed
widget #
Indexer(
children: [
Indexed(IndexedInterface
// prefer add key when use AnimatedPositioned
key: UniqueKey(),
child: Positioned(
//...
)
),
],
);
implements IndexedInterface
#
Indexer(
children: [
MyExtendsIndexed(),
MyImplementsIndexed(),
],
);
// extends
class IndexedExtendsDemo extends IndexedInterface {
int index = 5;
}
// implements
class IndexedExtendsDemo extends AnimatedWidget implements IndexedInterface {
int index = 1000;
//...
//...
}
Next? #
- β Indexer
- β Indexer.shadow(shadow:[1,1,100],children:[...]) // coming soon
- β Indexed (the item in stack)
Support βΊοΈ #
you can buy me a coffee.
engoj :)
more packeges: Kplayer