Skip to content

Commit

Permalink
fix: push with innerURL not working
Browse files Browse the repository at this point in the history
  • Loading branch information
foxsofter committed Jun 4, 2024
1 parent c661837 commit ee4758b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.15.1

- fix: push with innerURL not working

## 4.15.0

- feat: just publish new version
Expand Down
1 change: 1 addition & 0 deletions lib/src/navigator/thrio_navigator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ abstract class ThrioNavigator {
animated: animated,
result: result,
fromURL: fromURL,
innerURL: innerURL,
);

/// Push the page onto the navigation stack, and remove all old page.
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_thrio
description: Thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.
version: 4.15.0
version: 4.15.1
homepage: https://github.com/flutter-thrio/flutter_thrio

environment:
Expand Down

0 comments on commit ee4758b

Please sign in to comment.