All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add constructor option to build the card with the back face #56 - @Delgan
- Added tests for skew() & hint() - @ciriousjoker
- Added web platform to example - @ciriousjoker
- skew(), hint() & toggleCard() are now async and complete after the animation is done - @ciriousjoker
- Added one-time autoFlip feature without a FlipCardController. - @aydinfatih
- Added function toggleCardWithoutAnimation to the controller that toggles the card instantly. - @Moseco
- isFront is incorrectly updated for skew & hint #60 - @ciriousjoker
- Inaccurate controller state - @lwbvv
POSSIBLY BREAKING: Changed isFlip to change after the animation if finished or discarded. Add: New expand option to size the front or back card to the other to maintain the illusion of an animation.
Change: Change back transform entry v
Change: Change transform entry v to 0
Add: Add animation completed callback
Change: Change animation to easeInOut from linear
Change: Stack layout fit to StackFit.passthrough from StackFit.expand
Added: Optional mode where the card can only be flipped programmatically
Added: Support speed params and expose call back when flip triggered Fixed: Absorb the event for Back side
Updated: Description and screenshots
Added: Support vertical direction Added: Support speed as a params