-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Implement pushRoute API on iOS #10399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
engine
flutter/engine repository. See also e: labels.
f: routes
Navigator, Router, and related APIs.
framework
flutter/packages/flutter repository. See also f: labels.
platform-ios
iOS applications specifically
Comments
jason-simmons
added a commit
to jason-simmons/flutter
that referenced
this issue
May 31, 2017
jason-simmons
added a commit
that referenced
this issue
Jun 1, 2017
Reopening to reflect that this feature should be implemented on iOS |
There's a pushRoute on FlutterViewController. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
engine
flutter/engine repository. See also e: labels.
f: routes
Navigator, Router, and related APIs.
framework
flutter/packages/flutter repository. See also f: labels.
platform-ios
iOS applications specifically
Hook up the
pushRoute
method on theFlutterView
class on Android. Also something similar is desirable on iOS in order to be able to initiate Flutter code with different initial routes.The text was updated successfully, but these errors were encountered: