zeba_academy_card_effects 1.0.0
zeba_academy_card_effects: ^1.0.0 copied to clipboard
Beautiful Flutter card effects package with glassmorphism, neumorphism, hover animations, shadow presets, and animated cards.
Changelog #
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.
1.0.0 - 2026-05-08 #
Initial Release ๐ #
Added #
- โจ Glassmorphism card widget
- ๐จ Neumorphism card widget
- ๐ฑ Hover effect card widget
- ๐ฌ Animated interactive card widget
- ๐ Reusable shadow preset utilities
- ๐ฆ Lightweight and customizable architecture
- ๐ Flutter Web support
- ๐ฅ Desktop platform support
- ๐ฑ Mobile platform support
- ๐งช Widget tests for all components
- ๐ Production-ready documentation
- ๐ Pub.dev ready package structure
Features #
- Custom blur support for glass cards
- Custom border radius support
- Interactive hover scaling animations
- Smooth press animations
- Shadow intensity presets
- Responsive-friendly components
- Clean and reusable API
Technical Improvements #
- Updated for latest Flutter APIs
- Replaced deprecated
withOpacity()withwithValues() - Replaced deprecated
Matrix4.scale()usage - Improved analyzer compatibility
- Added modern Flutter lint support