Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
 * Change README.md
  • Loading branch information
rickypid committed May 3, 2021
1 parent 42dcab1 commit e034b21
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e034b21

Please sign in to comment.