Releases: TalebRafiepour/nested_choice_list
Releases · TalebRafiepour/nested_choice_list
Support Expandable Mode
- Added support for new expandable functionality.
- Enhanced search filtering logic.
- Improved multi-selection functionality.
- Updated unit and widget tests.
- Refactored code for better readability.
- Updated example code.
- Updated
README.md
file.
NestedChoiceList
- Updated package to be compatible with Flutter version
3.27.2
. - Enhanced
README.md
with improved screenshots. - Marked this version as the first stable release.
update model
- Removed the generic type from
NestedChoiceEntity
. - Made the
value
property optional with the typeObject
in theNestedChoiceEntity
. - Added a callback function named
onNavigationChange
to handle navigation changes.
prepare for contribution
- Implemented
fromJson
andtoJson
methods forNestedChoiceEntity
. - Enhanced the
toString
method ofNestedChoiceEntity
for improved readability. - Introduced GitHub Actions for code analysis and testing.
- Developed templates for submitting
Bug
reports andFeature
requests.