animated_flash_cards 1.1.1
animated_flash_cards: ^1.1.1 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.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.