Skip to content

Commit

Permalink
Merge branch 'main' into integrate-cd-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamid-f-nasser authored Nov 11, 2024
2 parents b4340fc + e0ea354 commit 94b61f5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
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)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
alt="Platform" />
</a>
<a href="https://pub.dev/packages/sliver_snap">
<img src="https://img.shields.io/badge/pub-1.2.0-blue"
<img src="https://img.shields.io/badge/pub-2.0.0-blue"
alt="Pub Package" />
</a>
<a href="https://github.com/A-Fawzyy/sliver-snap/blob/main/LICENSE">
Expand Down Expand Up @@ -59,7 +59,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
sliver_snap: ^1.2.0
sliver_snap: ^2.0.0
```
or you can add the latest version from the command line:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.5
cupertino_icons: ^1.0.8
flutter_displaymode: ^0.6.0
sliver_snap:
path: ../
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: sliver_snap
description: Allows you to use powerful snapping slivers with expanded and collapsed bars.
version: 1.2.0
version: 2.0.0
repository: https://github.com/A-Fawzyy/sliver-snap
issue_tracker: https://github.com/A-Fawzyy/sliver-snap/issues



environment:
sdk: '>=2.19.4 <4.0.0'
flutter: ">=1.17.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"

dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.18.6
flutter_hooks:

dev_dependencies:
flutter_test:
sdk: flutter

dart_code_metrics: ^5.7.3
lint: ^2.1.2
dart_code_metrics: ^5.7.6
lint: ^2.3.0

screenshots:
- description: 'Preview of the basic SliverSnap usage.'
Expand Down

0 comments on commit 94b61f5

Please sign in to comment.