Skip to content

Commit

Permalink
added opaque var
Browse files Browse the repository at this point in the history
  • Loading branch information
kalismeras61 committed Sep 25, 2021
1 parent 62231d3 commit 667f6ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@
## [2.0.1-nullsafety.0] - remove test package
- update example file and sdk
## [2.0.2] - update example file and sdk
## [2.0.3] - add fullscreen dialog mode´
- Set the `fullscreenDialog` to `true` to use this feature
## [2.0.3] - add fullscreen dialog mode
- Set the `fullscreenDialog` to `true` to use this feature
## [2.0.4] - add opaque
- Set the `opaque` to `true` to use this feature
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You should ensure that you add the `page_transition` as a dependency in your flu

```yaml
dependencies:
page_transition: "^2.0.2"
page_transition: "^2.0.4"
```
Than you can use it with below examples.
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: page_transition
description: Flutter Page Transition Package which is the transition second page
version: 2.0.3
version: 2.0.4
homepage: https://github.com/kalismeras61/flutter_page_transition

environment:
Expand Down

0 comments on commit 667f6ec

Please sign in to comment.