Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huangxiaochuan
2022-11-25 16:21:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2f235caf9ed27082da2d98871736be1ac0120f8a
2f235caf
1 parent
95a92de5
fix Leakage in GetPageRoute
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/get_navigation/src/routes/default_route.dart
lib/get_navigation/src/routes/default_route.dart
View file @
2f235ca
...
...
@@ -110,6 +110,7 @@ class GetPageRoute<T> extends PageRoute<T>
super
.
dispose
();
final
middlewareRunner
=
MiddlewareRunner
(
middlewares
);
middlewareRunner
.
runOnPageDispose
();
_child
=
null
;
}
Widget
?
_child
;
...
...
Please
register
or
login
to post a comment