nested_choice_list 0.5.0
nested_choice_list: ^0.5.0 copied to clipboard
A flutter package for handling nested list item selection without limitation for the depth of the nested list.
0.5.0 #
- Implemented
fromJsonandtoJsonmethods forNestedChoiceEntity. - Enhanced the
toStringmethod ofNestedChoiceEntityfor improved readability. - Introduced GitHub Actions for code analysis and testing.
- Developed templates for submitting
Bugreports andFeaturerequests.
0.4.0 #
- Develop unit tests for models and classes.
- Create widget tests for widgets.
- Resolve the bug in the
addfunction of theNestedChoiceEntity.
0.3.3 #
- Write unit test for
NestedListViewwidget. - Format code.
0.3.2 #
- Update all files with documention to be more clear for contributers.
0.2.2 #
- Update
README.mdfile. - Provide better demo for showing features.
0.2.1 #
- Update
LICENSEfile.
0.2.0 #
- Update examples and README.md file.
- Add style for SelectedItemChip widget.
- Support border for navigation path item.
- Add style for navigation path widget.
- Decrease vertical padding of items.
- Support search field position to be on the top or bottom.
0.1.0 #
- Add
OnSelectionChangecallback to get selected items in multi select mode.
0.0.9 #
- Add
denseproperty for styls.
0.0.8 #
- Optimise styles.
- Configure lints.
- Enable show / hide for selected items in multi selection mode.
- Remove grey background when focusing on search field.
- Fix search field.
0.0.7 #
- Support
select allcapability for selecting all items of list in multi select mode. - Support leading widget for item of list.
- Remove default inner padding of widget.
- Remove ripple effect of on tap in base widget.
0.0.6 #
- Handle navigation by back button press and swipe.
0.0.5 #
- Add new feature > showing navigation path which shows hierarchy of nested list .
- Remove Scaffold widget for improving performance.
- Add new feature > showing selected items on top of list when it is in multi select mode.
0.0.4 #
- Update
CHANGELOG.mdfile. - Update examples.
0.0.3 #
- Update
CHANGELOG.mdfile.
0.0.2 #
- Enable multiple selection.
0.0.1 #
- Initilize nested choice list with sinlge item selection.