Skip to content

Commit

Permalink
Change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rickypid committed Jul 20, 2021
1 parent e034b21 commit 9e0976e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,4 +22,5 @@
- `loc`: 231 -> 185, with added comments 👍

## [0.1.0-alpha] - 2021-04-30
#### [@rickypid](https://github.com/rickypid)
- Initial release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <last-release>
```
### Basic setup
Expand Down
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Supports `ScrollController` and vertical or horizontal orientation.
&nbsp;

## 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: <last-release>
```
### Basic setup
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.0.0
version: 1.0.1

environment:
sdk: ">=2.12.0 <3.0.0"
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: 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

Expand Down

0 comments on commit 9e0976e

Please sign in to comment.