Commit dfed0646 authored by justin's avatar justin Committed by GitHub

Merge pull request #608 from sundayman/master

支持Hero动画
parents 6547254f 8311f3a7
...@@ -87,7 +87,8 @@ class BoostContainer extends Navigator { ...@@ -87,7 +87,8 @@ class BoostContainer extends Navigator {
} }
}, },
observers: <NavigatorObserver>[ observers: <NavigatorObserver>[
ContainerNavigatorObserver.bindContainerManager() ContainerNavigatorObserver.bindContainerManager(),
HeroController(),
], ],
onUnknownRoute: navigator.onUnknownRoute); onUnknownRoute: navigator.onUnknownRoute);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment