better_polls 1.0.4
better_polls: ^1.0.4 copied to clipboard
A better flutter widget for polls updated for Flutter 3, this immitates the twitter polls system, all you need do is connect you data to the polls, it allows voting and visualization.
1.0.4 #
- Added option to change the background color of the options when a vote is cast.
1.0.3 #
- Changed poll question to be an optional widget.
- Fixed a couple decrecation warnings.
- Added option to change default option bar radius.
- Updated example.
1.0.2 #
- Made padding consistent across poll types.
1.0.1 #
- Fixed deprecated use of LinearStrokeCap.
- Bumped percent_indicator to 4.2.2.
1.0.0 #
- Initial release of forked package polls.
- Reorganized file structure for maintainability.
- Refactored code and reduced lint count by over 1000.
- Added strict linting rules.
- Removed unnecesary "this." everywhere.
- Added ability to have unlimited poll options.
- Upgraded example to new android embedding.