nested_choice_list 1.2.1
nested_choice_list: ^1.2.1 copied to clipboard
A flutter package for handling nested list item selection without limitation for the depth of the nested list.
1.2.1 #
Fix: Corrected broken links in the README.md
file.
1.2.0 - Enhanced Styling and Customization #
This release focuses on providing greater flexibility and customization options for the package.
- Styling Improvements: Removed default shapes and borders from list items, allowing for more customized styling.
- Contribution Guidelines: Moved
CONTRIBUTING.md
to the project root for easier access. - Improved Documentation: Added a new demo GIF to
README.md
to visually showcase the package's features. - SEO Enhancement: Added topics to improve search engine optimization.
- New Style:
NestedListCheckboxStyle
: Introduced a new style,NestedListCheckboxStyle
, to provide enhanced customization options for checkboxes within nested lists.
1.1.1 #
- 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.
1.0.1 #
- Updated
README.md
file.
1.0.0 #
- 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.
0.6.0 #
- 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.
0.5.0 #
- 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.
0.4.0 #
- Develop unit tests for models and classes.
- Create widget tests for widgets.
- Resolve the bug in the
add
function of theNestedChoiceEntity
.
0.3.3 #
- Write unit test for
NestedListView
widget. - Format code.
0.3.2 #
- Update all files with documention to be more clear for contributers.
0.2.2 #
- Update
README.md
file. - Provide better demo for showing features.
0.2.1 #
- Update
LICENSE
file.
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
OnSelectionChange
callback to get selected items in multi select mode.
0.0.9 #
- Add
dense
property 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 all
capability 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.md
file. - Update examples.
0.0.3 #
- Update
CHANGELOG.md
file.
0.0.2 #
- Enable multiple selection.
0.0.1 #
- Initilize nested choice list with sinlge item selection.