From e034b2128e2c8872b209e1ebc7d450ece3898181 Mon Sep 17 00:00:00 2001 From: Riccardo Cucia Date: Mon, 3 May 2021 09:17:44 +0200 Subject: [PATCH] Release 1.0.0 * Change README.md --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/README.md | 2 +- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74bb07..f2a7c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Flutter Scroll Shadow + +## [1.0.0] - 2021-05-05 +- First stable release. + ## [0.1.0-alpha.2] - 2021-04-30 #### [@Zabadam](https://github.com/zabadam) - Added `Curve` parameter and made `duration` a full `Duration`. diff --git a/README.md b/README.md index d96b911..0b8b4aa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Make sure to check out the [examples on GitHub](https://github.com/rickypid/flut Add the following line to `pubspec.yaml`: ```yaml dependencies: - flutter_scroll_shadow: ^0.1.0-alpha.1 + flutter_scroll_shadow: ^1.0.0 ``` ### Basic setup diff --git a/example/README.md b/example/README.md index d96b911..0b8b4aa 100644 --- a/example/README.md +++ b/example/README.md @@ -27,7 +27,7 @@ Make sure to check out the [examples on GitHub](https://github.com/rickypid/flut Add the following line to `pubspec.yaml`: ```yaml dependencies: - flutter_scroll_shadow: ^0.1.0-alpha.1 + flutter_scroll_shadow: ^1.0.0 ``` ### Basic setup diff --git a/example/pubspec.lock b/example/pubspec.lock index dea0527..9c76f79 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -99,7 +99,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" stack_trace: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 7fbf158..2891f10 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_scroll_shadow_example description: A demonstration of the ScrollShadow widget for a scrollable child. -version: 1.1.0 +version: 1.0.0 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/pubspec.lock b/pubspec.lock index b55f540..0e00c78 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -92,7 +92,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f485361..c827057 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_scroll_shadow description: ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation. -version: 0.1.0-alpha.2 +version: 1.0.0 repository: https://github.com/rickypid/flutter_scroll_shadow issue_tracker: https://github.com/rickypid/flutter_scroll_shadow/issues