flutter_bubble_chart 1.0.0
flutter_bubble_chart: ^1.0.0 copied to clipboard
A beautiful and interactive bubble chart widget for Flutter with physics-based animations. Perfect for visualizing market data, statistics, and dynamic datasets.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-09-30 #
Added #
- Initial release of bubble_chart package
- Physics-based bubble animations with collision detection
- Customizable bubble colors, sizes, and opacity
- Interactive tap handling for bubbles and empty space
- Configurable text styles for names and values
- Adjustable physics parameters (damping, velocity, forces)
- Border customization options
- Comprehensive documentation and examples
- Example app demonstrating all features
Features #
- Smooth, realistic bubble movements
- Automatic size scaling based on values
- Positive/negative value color coding
- Boundary collision detection
- Inter-bubble collision detection
- Repulsion force on tap
- Performance-optimized rendering with CustomPainter