smooth_charts 0.0.3
smooth_charts: ^0.0.3 copied to clipboard
Beautiful animated pie and line charts for Flutter. PinWheel reveal animation, touch interactions, staggered badge labels and gradient fills.
0.0.3 #
- Cleaned README typography and API tables for better pub.dev rendering.
- Refined related package links to avoid non-published entries.
0.0.2 #
- Fixed README GIF previews for pub.dev by using absolute GitHub URLs.
- Removed legacy "Cashew" references from description and documentation.
0.0.1 #
- First public release of
smooth_charts. - Added
SmoothPieChartwith PinWheel reveal animation. - Added staggered badge label animation (icon + percentage per slice).
- Added elastic spring touch interaction on pie slices.
- Added
SmoothLineChartwith 2000ms entrance animation. - Added touch tooltips with haptic feedback on line chart.
- Added gradient area fill below/above the zero line.
- Added optional horizontal and vertical reference lines.
- Added multi-line support with per-line color overrides.
- Added
dynamicPastel,lightenPastel,darkenPastelandHexColorcolor utilities. - Added
PinWheelReveal,AnimatedScaleOpacityandScaledAnimatedSwitcheranimation utilities. - Added example app with pie chart, single-line and multi-line demos.