zeba_academy_transform 1.0.0
zeba_academy_transform: ^1.0.0 copied to clipboard
A Flutter transformation package providing 3D transforms, perspective effects, tilt animations, and hover rotation effects.
Changelog #
All notable changes to this project will be documented in this file.
The format follows Keep a Changelog principles, and this project adheres to Semantic Versioning.
1.0.0 #
Release Date: July 2026
Added #
Core Transformation Features #
-
Added
Zeba3DTransformwidget for advanced 3D Matrix4 transformations. -
Added support for:
- X-axis rotation
- Y-axis rotation
- Z-axis rotation
- Custom perspective depth
- Alignment-based transformations
Perspective Effects #
- Added
ZebaPerspectivewidget. - Added realistic 3D depth simulation.
- Added customizable perspective camera effect.
- Added smooth transformation support for cards and UI elements.
Tilt Interaction #
- Added
ZebaTiltwidget. - Added interactive mouse-based tilt effects.
- Added automatic pointer position tracking.
- Added customizable tilt intensity.
- Added smooth reset animation when pointer leaves the widget.
Hover Rotation #
- Added
ZebaHoverRotationwidget. - Added hover enter rotation animation.
- Added hover exit reset animation.
- Added customizable rotation angle.
- Added configurable animation duration.
Developer Experience #
- Added clean public exports through:
zeba_academy_transform.dart
- Added null safety support.
- Added Flutter widget-based API.
- Added Material 3 compatibility.
- Added lightweight implementation without external dependencies.
Testing #
Added widget tests covering:
Zeba3DTransformrenderingZebaPerspectiverenderingZebaTiltrenderingZebaHoverRotationrendering
Verified with:
flutter analyze
flutter test
Documentation #
Added:
- Complete README documentation.
- Installation instructions.
- Usage examples.
- API feature descriptions.
- GPL-3.0 license information.
- Contribution guidelines.
License #
Released under the GNU General Public License v3.0 (GPL-3.0).
Future Releases #
Planned Features #
- Touch-based tilt support for mobile devices.
- Gesture-controlled transformations.
- Advanced animation controller integration.
- Custom transformation builder APIs.
- More 3D animation presets.
- Additional hover interaction effects.
Contributors #
Thanks to everyone who contributes ideas, improvements, and feedback to make zeba_academy_transform better.
Maintained by Zeba Academy