- Updated for Flutter 3.16.9, Bug fixes and improvements.
userVotedOptionId
type changed fromint
toString
.
- PollOption
id
type changed fromint
toString
.
- Bug fixes
VoteInProgressColor
The voted poll options background color when user has voted and its still in progress - added.
- Bug fixes for NAN value
- Bug fixes
- Bug fixes
onVoted
function is now asynchronous.List<dynamic>
for poll options updated toList<PollOption>
.loadingWidget
added as a parameter.
- Example project updated.
- Added
leadingVotedProgressColor
. - Bug fixes.
- Added
pollEnded
- Fix on votedAnimationDuration
- Updated to Flutter 3 and Dart 2.17.0
- Added example.
- Initial release.