searchable_listview 2.7.0
searchable_listview: ^2.7.0 copied to clipboard
A new easy way to filter listview with simple implementation with possibilty to customize search field and empty widget
2.7.0 06/09/2023 #
- Update simple searchable list state management
- Create seperate async consrtuctor for rendering async listview
- Update
buildercallback by addinglistanditemparameters providing the rendered list and the current rendered item SearchableList.seperatedis now deprecated and it will be no longer available in the future versions
2.6.1 27/08/2023 #
- Update listview builder callback definition (Exposing two parameters : actual index and initial index) (Issue : #66)
2.5.0 12/08/2023 #
2.4.0 16/04/2023 #
- Add support to expansion lists
- Filter expansion lists
2.3.2 30/03/2023 #
- Add secondary widget display alongside search field
2.2.1 27/11/2022 #
- Add autocomplete options attribute
2.1.1 19/09/2022 #
- Add textfield parameters
- Add padding between textfield and list attribute
2.0.1 27/08/2022 #
- Fix text style parameter integration
2.0.0 01/08/2022 #
- Support async callback on rendering list
- Display loading when async call is loading
- Display Error widget when async callback return error
- Filter async callback result list
1.7.2 14/07/2022 #
- Enhance widget rendering
1.7.1 10/07/2022 #
- Update project documentation
1.7.0 10/07/2022 #
- Customizable text field position
- Support pagination
1.6.1 27/06/2022 #
- Update package documentation
1.6.0 05/06/2022 #
- Searchable list with divider
- Seperated sliver effect constructor
- Enhanced code version with Flutter 3 support
- Scroll direction parameter
1.5.3 25/05/2022 #
- Fix onItemPressed attibute
- Fix bugs
1.5.2 27/04/2022 #
- Enhanced attributes checking
1.5.1 17/04/2022 #
- Update search type enum name
- Perform iOS upgrade check
- Bug fixes
1.5.0 14/04/2022 #
- Add sliver scroll effect
- Bug fixes
1.4.0 02/04/2022 #
- Add pull to refresh behaviour to the list
- Bug fixes
1.3.5 25/03/2022 #
- Enhance package coding style (remove dynamic)
- Bug fixes
1.3.4 10/03/2022 #
- Fix list state issue on update list
1.3.3 03/03/2022 #
- Fix input decoration bug
1.3.2 27/02/2022 #
- Add clear button suffix icon
1.3.1 25/01/2022 #
- Bug fixes
1.3.0 25/01/2022 #
- Add customization to search field text style
1.2.0 21/01/2022 #
- Enhanced widget parameters
- bug fixes
1.1.0 05/01/2022 #
- Add on item pressed callback parameter
- bug fixes
1.0.0 18/12/2021 #
- Filter list view easily
- Display custom widget when list is empty
- Customize search text field
- Change keyboard input type and keyboard submit button
- Add focus on search text field