-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into integrate-cd-workflow
- Loading branch information
Showing
4 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,37 @@ | ||
## 2.0.0 (2024-11-08) | ||
|
||
- Update dependencies to latest versions. | ||
- Increase the minimum Flutter version to 3.0.0. | ||
|
||
## 1.2.0 (2023-07-01) | ||
|
||
- Added forceElevated property to control the app bar shadow appearance. | ||
- Added elevation property to set the app bar elevation. | ||
These changes allow for more customization options when using SliverSnap widget. | ||
|
||
|
||
## 1.1.1 (2023-05-12) | ||
|
||
- Update dart SDK version constraints. | ||
|
||
## 1.1.0 (2023-05-12) | ||
|
||
- Add support to flutter 3.10 and dart 3.0.0. | ||
- Add more dev docs. | ||
- Enable material 3 in the example app. | ||
- Update README.md. | ||
|
||
## 1.0.1 (2023-04-27) | ||
- Update README.md | ||
|
||
- Update README.md | ||
|
||
## 1.0.0 (2023-04-27) | ||
|
||
### Add sliver-snap | ||
|
||
- Initial release | ||
|
||
### Add helper components | ||
|
||
- Add `ExpandedContent` helper widget | ||
- Add `CollapsedAppBarContent` helper widget | ||
- fix iOS issue which occurred when the sliver expanded beyond it's limits (iOS Scroll behaviour) | ||
- Add `ExpandedContent` helper widget | ||
- Add `CollapsedAppBarContent` helper widget | ||
- fix iOS issue which occurred when the sliver expanded beyond it's limits (iOS Scroll behaviour) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters