diff --git a/CHANGELOG.md b/CHANGELOG.md index 518a9db..25374a0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +## [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 \ No newline at end of file diff --git a/README.md b/README.md index 30f345c..69479ab 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index d2a824f..9c60abf 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: