flutter_flip_flap 0.4.0
flutter_flip_flap: ^0.4.0 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. Support flap units
0.1.1 #
- theme.panelDecoration renamed to theme.displayDecoration
- small refactoring
0.1.2 #
- add example app
- fix animation
0.2.0 #
- add flapped child widget
- improve flapped text unit
- use flapped widget in example
0.2.1 #
- link to web live demo in read.me
0.2.2 #
- refactor code
0.3.0 #
- add flip unit
- use flip unit in example
- update example and read.me
0.4.0 #
- rename cardsInPack to unitsInPack in public API
- add FlipTextUnit and use flip for text items via ItemType.flip
- expose bounce controls (enableBounce/bounceOvershoot) for flap and flip units
- move FlipFlapDisplay to widgets root (kept export), add itemType to fromText
- update README with flip text example and new params