Skip to content

Releases: fluttercandies/flutter-interactive-chart

v0.3.5: Update dependency

18 Mar 06:58
8de0432
Compare
Choose a tag to compare
  • Update dependency: intl to ^0.19.0.

v0.3.4: Fix crash on null volume

22 Dec 19:28
Compare
Choose a tag to compare
  • Fix a potential crash if volume numbers are null.

v0.3.3: Fix `onTap` event

09 Dec 18:47
Compare
Choose a tag to compare
  • Fix an issue where onTap event was not firing.

v0.3.2: Initial zoom level

09 Nov 06:11
Compare
Choose a tag to compare
  • Add initialVisibleCandleCount parameter for setting a default zoom level. (Issue #6)

v0.3.1: Zooming with mouse wheel

04 Nov 22:57
Compare
Choose a tag to compare
  • Allow web and desktop users to zoom the chart with mouse scroll wheel.

v0.3.0: Multiple trend lines

03 Nov 20:46
Compare
Choose a tag to compare
  • BREAKING: Add support for multiple trend lines.
  • The old trend property is changed to trends, to support multiple data points per CandleData.
  • The old trendLineColor property is changed to trendLineStyles.
  • Updated example project to reflect above changes.

v0.2.1: Events

01 Aug 04:19
Compare
Choose a tag to compare
  • Add onTap event and onCandleResize event.
  • Allow overlayInfo to return an empty object.
  • Update example project.

v0.2.0: Smoother zooming

19 Jul 20:06
Compare
Choose a tag to compare
  • BREAKING: Organize folder structures, now you only need to import package:interactive_chart/interactive_chart.dart
  • BREAKING: Change CandleData timestamp to milliseconds, you might need to multiple your data by 1000 when creating CandleData objects
  • Fix an issue where zooming was occasionally not smooth
  • Fix an issue where overlay panel was occasionally clipped

v0.1.1: Performance improvements

15 Jul 19:11
Compare
Choose a tag to compare
  • Improve performance.
  • Allow high and low prices to be optional.
  • Align date/time labels towards vertical bottom.

v0.1.0: Initial pub release

15 Jul 00:19
Compare
Choose a tag to compare

Initial pub release