flutter_bullet_dots 1.0.0
flutter_bullet_dots: ^1.0.0 copied to clipboard
A simple Flutter package for customizable bullet dots and lists with various shapes and styles.
1.0.0 #
- Initial release of flutter_bullet_dots package
- Added BulletDot widget with multiple shapes (circle, square, diamond, triangle, star, hexagon)
- Added BulletList widget for simple text-based lists
- Added CustomBulletList widget for lists with custom content
- Added comprehensive customization options (size, color, border, etc.)
- Added example app demonstrating all features
- Added unit tests for core functionality