Skip to content

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.

License

Notifications You must be signed in to change notification settings

farhanfadila1717/sliding_box

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages