Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyigitbireroglu committed Oct 11, 2020
1 parent fc43e96 commit 810320e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions cupertino_stackview/CHANGELOG.md
@@ -1,3 +1,7 @@
## [1.0.7] - 01.06.2020

* Minor changes.

## [1.0.6] - 11.10.2020

* Regular maintenance.
Expand Down
4 changes: 4 additions & 0 deletions cupertino_stackview/example/CHANGELOG.md
@@ -1,3 +1,7 @@
## [1.0.7] - 01.06.2020

* Minor changes.

## [1.0.6] - 11.10.2020

* Regular maintenance.
Expand Down
2 changes: 1 addition & 1 deletion cupertino_stackview/example/pubspec.yaml
@@ -1,6 +1,6 @@
name : example
description : Example Project for cupertino_stackview.
version : 1.0.6
version : 1.0.7
author : Ali Yigit Bireroglu <aliyigitbireroglu@gmail.com>
repository : https://github.com/aliyigitbireroglu/flutter-cupertino-stackview
homepage : https://www.cosmossoftware.coffee
Expand Down
Expand Up @@ -147,6 +147,7 @@ class CupertinoStackViewController {
_organise();
showCupertinoModalPopup(
context: context,
barrierDismissible: false,
builder: (BuildContext context) {
return _builders[targetNavigation](context, parameters);
});
Expand Down
2 changes: 1 addition & 1 deletion cupertino_stackview/pubspec.yaml
@@ -1,6 +1,6 @@
name : cupertino_stackview
description : A very easy-to-use navigation tool/widget for having iOS 13 style stacks.
version : 1.0.6
version : 1.0.7
author : Ali Yigit Bireroglu <aliyigitbireroglu@gmail.com>
repository : https://github.com/aliyigitbireroglu/flutter-cupertino-stackview
homepage : https://www.cosmossoftware.coffee
Expand Down

0 comments on commit 810320e

Please sign in to comment.