sliding_box 0.0.1
sliding_box: ^0.0.1 copied to clipboard
A Flutter package create a widget that will display only one widget based on the current focused index and each change will be accompanied by an animation.
Features #
A Flutter package create a widget that will display only one widget based on the current focused index and each change will be accompanied by an animation.
Usage #
Completed example in /example folder.
const SlidingBox(
height: 100,
width: 100,
children: [
ColoredBox(color Colors.amber),
ColoredBox(color Colors.deepPurple),
ColoredBox(color Colors.green),
],
)
🚧 Maintener #
Farhan Fadila
📫 How to reach me: [email protected]