circle_packing 1.0.1
circle_packing: ^1.0.1 copied to clipboard
Circle packing algorithm for Flutter - pack circles of varying sizes into a target circular boundary.
1.0.1 #
- Added dartdoc comments to all public API elements
- Added
public_member_api_docslinter rule - Fixed code formatting
1.0.0 #
- Stable release
- Added screenshot for pub.dev
0.0.1 #
- Initial release
- Core
circlePack()function for circle packing using A1.0 algorithm Circleclass with x, y, r properties andcopyWithmethod- Automatic enclosing circle calculation
- Flutter example app with interactive visualizer
