flutter_flip_flap 0.4.2
flutter_flip_flap: ^0.4.2 copied to clipboard
A customizable split-flap and flip-style display widget for Flutter — supports both mechanical "flap" and 3D "flip" animations.
0.0.1 #
- Initial release. Added support for flap units
0.1.1 #
- Renamed theme.panelDecoration to theme.displayDecoration
- Performed small refactoring
0.1.2 #
- Added example app
- Fixed animation
0.2.0 #
- Added flapped child widget
- Improved flapped text unit
- Used flapped widget in example
0.2.1 #
- Added link to web live demo in README
0.2.2 #
- Refactored code
0.3.0 #
- Added flip unit
- Used flip unit in example
- Updated example and read.me
0.4.0 #
- Renamed cardsInPack to unitsInPack in public API
- Added FlipTextUnit and used flip for text items via ItemType.flip
- Exposed bounce controls (enableBounce/bounceOvershoot) for flap and flip units
- Moved FlipFlapDisplay to widgets root (kept export), added itemType to fromText
- Updated README with flip text example and new params
0.4.1 #
- Fixed CHANGELOG
0.4.2 #
- Added explicit animationTrigger for widget units (flap/flip) and item model
- Set default duration - flip: 800ms, flap: 400ms
- Updated example