Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 880 Bytes

CHANGELOG.md

File metadata and controls

66 lines (35 loc) · 880 Bytes

0.1.6

  • Updated for Flutter 3.16.9, Bug fixes and improvements.

0.1.5

  • userVotedOptionId type changed from int to String.

0.1.4

  • PollOption id type changed from int to String.

0.1.3

  • Bug fixes

0.1.2

  • VoteInProgressColor The voted poll options background color when user has voted and its still in progress - added.

0.1.1

  • Bug fixes for NAN value

0.1.0

  • Bug fixes

0.0.9

  • Bug fixes

0.0.8

  • onVoted function is now asynchronous.
  • List<dynamic> for poll options updated to List<PollOption>.
  • loadingWidget added as a parameter.

0.0.7

  • Example project updated.

0.0.6

  • Added leadingVotedProgressColor.
  • Bug fixes.

0.0.5

  • Added pollEnded

0.0.4

  • Fix on votedAnimationDuration

0.0.3

  • Updated to Flutter 3 and Dart 2.17.0

0.0.2

  • Added example.

0.0.1

  • Initial release.