From 8ec27bad0a642b0e95c772ba3f2189842ed7ccb5 Mon Sep 17 00:00:00 2001
From: AlexanderSimakov <50450591+AlexanderSimakov@users.noreply.github.com>
Date: Sat, 18 Mar 2023 14:12:33 +0300
Subject: [PATCH 1/5] migrate-to-new-repo-name/update links in README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 31b1bed..80f4044 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
A widget that can be dragged and scrolled in a single gesture and snapped to a list of extents.
-
+
-Click [here](https://github.com/flutterwtf/sliding_sheet/blob/master/example/lib/main.dart) to view the full example.
+Click [here](https://github.com/flutterwtf/wtf_sliding_sheet/blob/master/example/lib/main.dart) to view the full example.
The package is a fork of [this](https://github.com/tchigher/sliding-sheet) repository.
@@ -25,7 +25,7 @@ Install packages from the command line
flutter packages get
```
-If you like this package, consider supporting it by giving it a star on [GitHub](https://github.com/flutterwtf/sliding_sheet) and a like on [pub.dev](https://pub.dev/packages/wtf_sliding_sheet) :heart:
+If you like this package, consider supporting it by giving it a star on [GitHub](https://github.com/flutterwtf/wtf_sliding_sheet) and a like on [pub.dev](https://pub.dev/packages/wtf_sliding_sheet) :heart:
## Usage
@@ -277,6 +277,6 @@ return SheetListenerBuilder(
-The [example](https://github.com/flutterwtf/sliding_sheet/blob/master/example/lib/main.dart) for instance decreases the corner radius of the `SlidingSheet` as it gets dragged to the top and increases the headers top padding by the status bar height. Also, when content gets scrolled under the header it elevates.
+The [example](https://github.com/flutterwtf/wtf_sliding_sheet/blob/master/example/lib/main.dart) for instance decreases the corner radius of the `SlidingSheet` as it gets dragged to the top and increases the headers top padding by the status bar height. Also, when content gets scrolled under the header it elevates.
Because these are common Material behaviors, `SlidingSheet` supports those out of the box, which can be achieved by setting the `avoidStatusBar` field to `true`, `cornerRadiusOnFullscreen` to `0` and `liftOnScrollHeaderElevation` to the elevation.
From e015c12cba51814b309207ca45379c9403ca778e Mon Sep 17 00:00:00 2001
From: AlexanderSimakov <50450591+AlexanderSimakov@users.noreply.github.com>
Date: Sat, 18 Mar 2023 14:17:00 +0300
Subject: [PATCH 2/5] migrate-to-new-repo-name/update image links in README.md
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 80f4044..a9f39f5 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
A widget that can be dragged and scrolled in a single gesture and snapped to a list of extents.
-
+
Click [here](https://github.com/flutterwtf/wtf_sliding_sheet/blob/master/example/lib/main.dart) to view the full example.
@@ -79,7 +79,7 @@ Widget build(BuildContext context) {
**Result:**
-
+
### As a BottomSheetDialog
@@ -127,7 +127,7 @@ void showAsBottomSheet(BuildContext context) async {
**Result:**
-
+
### Snapping
@@ -142,9 +142,9 @@ positioning | Can be set to one of these three values: `SnapPositioning.relative
onSnap | A callback function that gets invoked when the `SlidingSheet` snaps to an extent.
-
-
-
+
+
+
+
### ListViews and Columns
@@ -275,7 +275,7 @@ return SheetListenerBuilder(
**Result:**
-
+
The [example](https://github.com/flutterwtf/wtf_sliding_sheet/blob/master/example/lib/main.dart) for instance decreases the corner radius of the `SlidingSheet` as it gets dragged to the top and increases the headers top padding by the status bar height. Also, when content gets scrolled under the header it elevates.
From 95bcc835c86a97de3750b7a6f5f5ffcbfe37ee54 Mon Sep 17 00:00:00 2001
From: AlexanderSimakov <50450591+AlexanderSimakov@users.noreply.github.com>
Date: Sat, 18 Mar 2023 14:20:26 +0300
Subject: [PATCH 3/5] migrate-to-new-repo-name/update links in pubspec.yaml
---
pubspec.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pubspec.yaml b/pubspec.yaml
index 6165de5..7471c8a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,8 +1,8 @@
name: wtf_sliding_sheet
description: A widget that can be dragged and scrolled in a single gesture and snapped to a list of extents.
version: 0.6.0
-homepage: https://github.com/flutterwtf/sliding_sheet
-repository: https://github.com/flutterwtf/sliding_sheet
+homepage: https://pub.dev/packages/wtf_sliding_sheet
+repository: https://github.com/flutterwtf/wtf_sliding_sheet
environment:
sdk: '>=2.17.0 <3.0.0'
From 5f08a7bee10993f2b479e5381cb756357c7a195b Mon Sep 17 00:00:00 2001
From: AlexanderSimakov <50450591+AlexanderSimakov@users.noreply.github.com>
Date: Sun, 19 Mar 2023 08:07:03 +0300
Subject: [PATCH 4/5] migrate-to-new-repo-name/update version to 0.6.1
---
CHANGELOG.md | 3 +++
pubspec.yaml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03c8f44..01c5172 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.6.1
+* **Migrate** to a new repository name
+
## 0.6.0
* **Various** fixes and improvements
* **Migrated** to Sound null safety
diff --git a/pubspec.yaml b/pubspec.yaml
index 7471c8a..7a95ac8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: wtf_sliding_sheet
description: A widget that can be dragged and scrolled in a single gesture and snapped to a list of extents.
-version: 0.6.0
+version: 0.6.1
homepage: https://pub.dev/packages/wtf_sliding_sheet
repository: https://github.com/flutterwtf/wtf_sliding_sheet
From c5ffb6a62cf2841ccbfdb6484bfdd7e01f2518e5 Mon Sep 17 00:00:00 2001
From: AlexanderSimakov <50450591+AlexanderSimakov@users.noreply.github.com>
Date: Sun, 19 Mar 2023 13:42:03 +0300
Subject: [PATCH 5/5] migrate-to-new-repo-name/minor fixes
---
README.md | 4 ++--
example/pubspec.lock | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a9f39f5..1870f43 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@ Add it to your `pubspec.yaml` file:
```yaml
dependencies:
- wtf_sliding_sheet: ^0.6.0
+ wtf_sliding_sheet: ^0.6.1
```
Install packages from the command line
```shell
-flutter packages get
+flutter pub get
```
If you like this package, consider supporting it by giving it a star on [GitHub](https://github.com/flutterwtf/wtf_sliding_sheet) and a like on [pub.dev](https://pub.dev/packages/wtf_sliding_sheet) :heart:
diff --git a/example/pubspec.lock b/example/pubspec.lock
index d28c723..2c42ef1 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -214,7 +214,7 @@ packages:
path: ".."
relative: true
source: path
- version: "0.6.0"
+ version: "0.6.1"
sdks:
dart: ">=2.19.0 <3.0.0"
flutter: ">=2.5.0"