toggle_list 0.3.1 toggle_list: ^0.3.1 copied to clipboard
An easy-to-use and highly customizable expandable list widget for your Flutter application.
toggle_list #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
[0.3.1] - 2023-11-01 #
[0.3.0] - 2023-03-24 #
[0.2.1] - 2022-05-20 #
[0.2.0] - 2022-02-25 #
Added #
- innerPadding property of ToggleList
- expandedTitle property of ToggleListItem
Changed #
- Breaking Add a second, index parameter to the onExpansionChanged callback of the ToggleListItem
- Example app according to the relevant changes
- Bump the example app's Kotlin version from 1.3.50 to 1.6.10
Fixed #
- Bug where ToggleListItems would close unwantedly when scrolled far enough from them
- Typos in documentation, README.md and CHANGELOG.md