File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.1] - 2023-11-01
9+ ### Fixed
10+ - Bug where initially expanded item would only shrunk on second tap
11+ ### Changed
12+ - Bump version of flutter_lints to 3.0.0
13+ - SDK upper constraint to accept 3.x versions
14+ - Example app according to the relevant changes
15+
16+
817## [ 0.3.0] - 2023-03-24
918### Added
1019- Divider property of ToggleListItem
@@ -14,6 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1423- Text types of TextTheme according to Material3 guidelines introduced in Flutter 3.7
1524- Bump the example app's Gradle version from 6.7 to 7.3.3
1625
26+
1727## [ 0.2.1] - 2022-05-20
1828### Fixed
1929- Replace deprecated property of Scrollbar
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ flutter pub add toggle_list
2121Add the following line to your pubspec.yaml file.
2222``` yaml
2323dependencies :
24- toggle_list : ^0.1.0
24+ toggle_list : ^0.3.1
2525` ` `
2626Then either save the file or use the ` flutter pub run` command.
2727
Original file line number Diff line number Diff line change 11name : toggle_list
22description : An easy-to-use and highly customizable expandable list widget for your Flutter application.
3- version : 0.3.0
3+ version : 0.3.1
44homepage : https://binarybush.dev/
55repository : https://github.com/binarybush/toggle_list
66issue_tracker : https://github.com/binarybush/toggle_list/issues
You can’t perform that action at this time.
0 commit comments