threee 0.0.8
threee: ^0.0.8 copied to clipboard
An animated 3D-style geometric logo widget for Flutter with smooth bouncing animations and gradient effects.
0.0.8 #
- Proper Flutter implementation using flutter_svg
- Uses Transform.translate for bounce and particles animations
- AnimationController replaces CSS @keyframes
- Clean separation of animated layers using Stack
- SVG asset file with complete structure
0.0.7 #
- Version update and improvements
0.0.6 #
- Converted to use flutter_html for HTML/CSS rendering
- Embedded CSS styles directly in HTML structure
- Exact HTML/CSS code structure preserved
- Flutter animations match CSS keyframes behavior
0.0.5 #
- Converted to use flutter_svg for direct SVG rendering
- Implemented 100% accurate HTML/CSS to Flutter conversion
- All CSS animations converted to Flutter animations
- SVG structure matches original HTML exactly
0.0.4 #
- Fixed animated logo to match exact SVG/CSS specifications
- Improved umbral color animation to match CSS keyframes exactly
- Fixed deprecated withOpacity method to use withValues
- Enhanced visual accuracy of 3D geometric logo
0.0.3 #
- Fixed code formatting issues to pass Dart formatter checks
0.0.2 #
- Fixed static analysis issues (use super parameters)
- Removed unnecessary library declaration
- Added badges to README (pub.dev and license badges)
0.0.1 #
- Initial release
- Added AnimatedLogo widget with 3D-style geometric design
- Implemented bouncing animations (bounce, bounce2)
- Added animated gradient effects (umbral)
- Implemented particle animations
- Full support for customizable size and background color