Skip to content

Commit 43cc0df

Browse files
committed
docs: prepare for release v0.3.1
1 parent 22fcf84 commit 43cc0df

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
This 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flutter pub add toggle_list
2121
Add the following line to your pubspec.yaml file.
2222
```yaml
2323
dependencies:
24-
toggle_list: ^0.1.0
24+
toggle_list: ^0.3.1
2525
```
2626
Then either save the file or use the `flutter pub run` command.
2727

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: toggle_list
22
description: An easy-to-use and highly customizable expandable list widget for your Flutter application.
3-
version: 0.3.0
3+
version: 0.3.1
44
homepage: https://binarybush.dev/
55
repository: https://github.com/binarybush/toggle_list
66
issue_tracker: https://github.com/binarybush/toggle_list/issues

0 commit comments

Comments
 (0)