From 9e0976e17a92a1b97b9c0b1bf82408e13cae56da Mon Sep 17 00:00:00 2001 From: Riccardo Cucia Date: Tue, 20 Jul 2021 15:23:10 +0200 Subject: [PATCH] Change README.md --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- example/README.md | 4 ++-- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a7c46..fad83d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Flutter Scroll Shadow +## [1.0.1] - 2021-07-20 +#### [@rickypid](https://github.com/rickypid) +- Change README.md. + ## [1.0.0] - 2021-05-05 +#### [@rickypid](https://github.com/rickypid) - First stable release. ## [0.1.0-alpha.2] - 2021-04-30 @@ -17,4 +22,5 @@ - `loc`: 231 -> 185, with added comments 👍 ## [0.1.0-alpha] - 2021-04-30 +#### [@rickypid](https://github.com/rickypid) - Initial release. diff --git a/README.md b/README.md index 0b8b4aa..0a34410 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ Supports `ScrollController` and vertical or horizontal orientation.   ## Usage -Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_scroll_shadow/tree/master/exmple). +Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_scroll_shadow/tree/master/example). ### Installation Add the following line to `pubspec.yaml`: ```yaml dependencies: - flutter_scroll_shadow: ^1.0.0 + flutter_scroll_shadow: ``` ### Basic setup diff --git a/example/README.md b/example/README.md index 0b8b4aa..0a34410 100644 --- a/example/README.md +++ b/example/README.md @@ -21,13 +21,13 @@ Supports `ScrollController` and vertical or horizontal orientation.   ## Usage -Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_scroll_shadow/tree/master/exmple). +Make sure to check out the [examples on GitHub](https://github.com/rickypid/flutter_scroll_shadow/tree/master/example). ### Installation Add the following line to `pubspec.yaml`: ```yaml dependencies: - flutter_scroll_shadow: ^1.0.0 + flutter_scroll_shadow: ``` ### Basic setup diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2891f10..1b3b88e 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.0.0 +version: 1.0.1 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index c827057..c54d75e 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: 1.0.0 +version: 1.0.1 repository: https://github.com/rickypid/flutter_scroll_shadow issue_tracker: https://github.com/rickypid/flutter_scroll_shadow/issues