sliding_box 0.0.2 copy "sliding_box: ^0.0.2" to clipboard
sliding_box: ^0.0.2 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.

cover #

flutter paypal badge linktree
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),
    ],
  )

Output Example #

output


🚧 Maintener #

account avatar
Farhan Fadila
📫 How to reach me: farhan.fadila1717@gmail.com

❤️ Suport Maintener #

paypal badge linktree

14
likes
140
pub points
0%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sliding_box