flippable_box 2.0.1
flippable_box: ^2.0.1 copied to clipboard
A double-sided Container, that flips over, revealing content on both sides.
2.0.1 April 10, 2026 #
- Patch release with minor fixes.
2.0.0 April 10, 2026 #
- BREAKING:
frontandbackparameters changed fromContainertoWidgetfor greater flexibility. - Migrated to Dart 3 with full null safety.
- Updated SDK constraint to
>=3.0.0 <4.0.0. - Replaced deprecated
Key? keyconstructors withsuper.key. - Replaced
@requiredwithrequired. - Removed
AnimatedBackgroundwidget; usesDecoratedBoxwhenbgis provided. - Added explicit type parameter to
TweenAnimationBuilder<double>. - Fixed
curveparameter being ignored inFlippableBox. - Removed deprecated
authorfield from pubspec.
1.0.3 Feb 12, 2020 #
- Initial release.