q_and_a_widget 0.0.5
q_and_a_widget: ^0.0.5 copied to clipboard
A Flutter package for displaying questions with radio button choices, following MVVM architecture.
0.0.1 #
- Initial release.
0.0.2 #
- Minor changes have been made.
0.0.3 #
- Updated library version.
0.0.4 #
- Refactor: Use named parameters for QuestionChoices constructor
0.0.5 #
- Refactored the usage of RadioListTile by wrapping it with the RadioGroup widget to address deprecation of properties such as onChanged and groupValue, ensuring compatibility with the latest Flutter guidelines.