Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 720 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 720 Bytes

0.0.9 - 0.0.10

  • Fix for latest Dart/Flutter updates
  • Dispose animation controller
  • Improved bar chart support

Note: Next updates will be focused on an improved API, better bar chart support, and interactive charts. I've got some additional time to dedicate to the library.

0.0.8

  • Added more examples
  • Wrapped up automatic span calculation

0.0.7

  • New API for creating a line chart widget

0.0.5 - 0.0.6

  • Begin adding tests
  • dartfmt

0.0.2 - 0.0.4

Just dependency, documentation, and format fixes.

0.0.1

Started the project!

  • Chart, a widget for creating a viewable chart from meaningful params
  • ChartData for creating a drawable
  • ChartDrawable for drawing directly to a canvas