-
Notifications
You must be signed in to change notification settings - Fork 29.2k
[web] Support custom url strategies #59797
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
[web] Support custom url strategies #59797
Conversation
b7ec028
to
2c71b7b
Compare
This pull request is not suitable for automatic merging in its current state.
|
This pull request has not been updated in a while. Please update this pull request to receive results from Gold, or close it. |
2c71b7b
to
86a8f9c
Compare
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
f52b10c
to
1c19569
Compare
@yjbanov @hterkelsen @chunhtai this PR is ready for review. |
packages/flutter_web_plugins/lib/src/history/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
packages/flutter_web_plugins/lib/src/history/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
packages/flutter_web_plugins/lib/src/history/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
packages/flutter_web_plugins/lib/src/history/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
packages/flutter_web_plugins/test/history/url_strategy_test.dart
Outdated
Show resolved
Hide resolved
4c33113
to
6cb8a79
Compare
@yjbanov this is ready for another pass. Main things I did:
|
6cb8a79
to
46f2c3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/flutter_web_plugins/lib/src/history/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
packages/flutter_web_plugins/lib/src/navigation/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
packages/flutter_web_plugins/lib/src/navigation/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
packages/flutter_web_plugins/lib/src/navigation/js_url_strategy.dart
Outdated
Show resolved
Hide resolved
348a6b4
to
a82ab25
Compare
Expose a Dart API allowing apps to customize the url strategy.
Companion PR: flutter/engine#19134
Fixes #33245