slide_indexed_stack 0.0.1 copy "slide_indexed_stack: ^0.0.1" to clipboard
slide_indexed_stack: ^0.0.1 copied to clipboard

A IndexedStack with slide in and out animation

A IndexedStack with switching animation

Usage #

The usage is just like the normal IndexedStack.

int _currentIndex = 0;
SlideIndexedStack(
  axis: Axis.horizontal,
  slideOffset: 0.5,
  index: _currentIndex,
  duration: const Duration(milliseconds: 300),
  children: [
    _buildPage(0),
    _buildPage(1),
    _buildPage(2),
    _buildPage(3),
    _buildPage(4)
  ],
)
2
likes
140
points
85
downloads

Publisher

verified publisherblacklemon.dev

Weekly Downloads

A IndexedStack with slide in and out animation

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on slide_indexed_stack