circlify 1.2.1 circlify: ^1.2.1 copied to clipboard
Circlify is a library for creating interactive pie charts and animated graphs with flexible customization and smooth animations.
Changelog #
[1.2.1] - 2024-12-14 #
[1.2.0] - 2024-12-14 #
✨ New Features #
- Labels on Segments: Added support for displaying text labels directly on chart segments. This allows for more informative and visually appealing charts.
🐛 Fixes #
- Readme and Examples: Corrected errors in the README and usage examples. All examples are now accurate and free from misleading code snippets.
[1.1.0] - 2024-11-12 #
🚀 Enhancements #
- License Updated: Changed the license to BSD 3-Clause for better compliance and transparency.
- Refactoring:
MathUtils
class is now made private (_MathUtils
) to avoid exposure of internal utility functions.
🛠 Improvements #
- Minor code styling adjustments for better readability and consistency.
🐛 Fixes #
- No specific bug fixes in this release, but internal improvements were made to enhance code maintainability.
[1.0.0] - 2024-11-11 #
🚀 Circlify v1.0.0 — Initial Release
We are excited to announce the first release of Circlify, a lightweight Flutter package for creating customizable circular charts and radial visualizations. This initial version includes all the core features to help you create smooth and interactive circular charts in your Flutter applications.
🎉 Core Features #
- Customizable circular charts with smooth animations.
- Easy integration with your existing Flutter projects.
- Support for interactive updates and dynamic data changes.
- Initial API for
Circlify
andCirclifyItem
.
Check out the GitHub repository for more details and to contribute to the project!