multi_flip_card 0.1.1 copy "multi_flip_card: ^0.1.1" to clipboard
multi_flip_card: ^0.1.1 copied to clipboard

A Flutter card widget with front and multiple back sides that can be flipped with smooth animation effects.

0.0.1 #

  • Initial release of Multi Flip Card package
  • Support for front and multiple back widgets
  • Smooth flip animations with customizable curves
  • Horizontal and vertical flip directions
  • Programmatic control via MultiFlipCardController
  • Touch-based control via FlipTrigger widget
  • Customizable animation duration and curves
  • InheritedWidget support for nested control

0.0.2 #

  • Add demo video

0.0.3 #

  • absolute image url

0.1.0 #

  • Add backs Map support: Map<String, Widget> (recommended) while keeping List<Widget> backward compatible
  • Add key-based flipping: FlipTrigger(backKey: ...) and MultiFlipCardController.flipToBackKey(...)
  • Invalid key/index handling: developer.log + fallback to first entry/index 0
  • Empty backs behavior: flip becomes no-op and keeps showing front

0.1.1 #

  • Docs: fix README installation version
1
likes
160
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter card widget with front and multiple back sides that can be flipped with smooth animation effects.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on multi_flip_card