sliding_box

Creator: coderz1093

Last updated:

0 purchases

sliding_box Image
sliding_box Images

Languages

Categories

Add to Cart

Description:

sliding box

#

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),
],
)
copied to clipboard
Output Example #


🚧 Maintener #

Farhan Fadila
📫 How to reach me: [email protected]
❤️ Suport Maintener #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.