Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.16 KB

1.2.1+8

  • Refactor

1.2.1+7

  • Documentation update.

1.2.1+6

  • Migration to Flutter 3.0
    • Updated min dart sdk version to 2.17.0
    • Using super parameters

1.2.1+5

  • Documentation update. Included web demo link and info about new customization options added in previous update.

1.2.1+4

  • Added customization options isRoundedRectangle and isCentered to RectangleWaveform. Setting isRoundedRectangle to true draws rounded rectangles instead of regular ones. Setting isCentered to true would align each rectangle in the center along Y axis with respect to it's center along it's height. isCentered won't have any effect if absolute is set to true.

1.1.1+4

  • Updates in Api for declaring waveforms. maxDuration and elapsedDuration are now made optional when you're declaring a waveform. Avoids having to provide them when not needed like in case when you need a static waveform without any active waveform track.

1.1.1+3

  • Documentation update.

1.1.1+2

  • Minor bug fix related to processing samples internally.

1.1.0+2

  • New Waveform type CurvedPolygonWaveform added.

1.0.0+1

  • Documentation update.

1.0.0

  • Initial release.