flutter_polls 0.0.8 flutter_polls: ^0.0.8 copied to clipboard
Customizable Polls for Flutter. Simple, easy to use and highly customizable.
0.0.8 #
onVoted
function is now asynchronous.List<dynamic>
for poll options updated toList<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.