Skip to content

Releases: TalebRafiepour/nested_choice_list

Support Expandable Mode

31 Jan 22:25
Compare
Choose a tag to compare
  • 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

21 Jan 11:20
Compare
Choose a tag to compare
  • 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

20 Jan 14:58
Compare
Choose a tag to compare
  • Removed the generic type from NestedChoiceEntity.
  • Made the value property optional with the type Object in the NestedChoiceEntity.
  • Added a callback function named onNavigationChange to handle navigation changes.

prepare for contribution

20 Jan 09:39
Compare
Choose a tag to compare
  • Implemented fromJson and toJson methods for NestedChoiceEntity.
  • Enhanced the toString method of NestedChoiceEntity for improved readability.
  • Introduced GitHub Actions for code analysis and testing.
  • Developed templates for submitting Bug reports and Feature requests.