animated_flash_cards 1.1.3
animated_flash_cards: ^1.1.3 copied to clipboard
A Flutter package for animated flash cards with book-like page flipping.
Changelog #
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and follows Semantic Versioning.
1.1.3 - 2025-11-20 #
Changed #
- Add Package Screenshot to README.md.
- Updated documentation to better explain forward/backward flip behavior and top/bottom page support.
1.1.2 - 2025-11-20 #
Changed #
- Improved readability for users by refining descriptions of newly added flash-card page flipping animations.
- Updated documentation to better explain forward/backward flip behavior and top/bottom page support.
1.1.1 - 2025-11-19 #
Added #
- Forward and backward page flipping animations for flash cards.
- Support for top and bottom pages with customizable content.
- DecorationImage support for page flip GIFs.
- Customizable card height, colors, border radius, and margins.
- Assets folder included for example images (
assets/images/).
Fixed #
- Asset loading issue: ensured
package:parameter is used for all AssetImage references. - Assertion added to enforce that
topPagesandbottomPageslists have equal length.
