🐛 [firebase_dynamic_links] can not get utmParameters from PendingDynamicLinkData #8217
Labels
plugin: dynamic_links
resolution: fixed
A fix has been merged or is pending merge from a PR.
type: bug
Something isn't working
Bug report
Describe the bug
can not get utmParameters from PendingDynamicLinkData
Steps to reproduce
Steps to reproduce the behavior:
FirebaseDynamicLinks.instance
.getInitialLink()
.then((dynamicLinkData) {});
I can not get utmParameters from dynamicLinkData.
in android/src/main/java/io/flutter/plugins/firebase/dynamiclinks/Utils.java
can not get any parameters
Expected behavior
The text was updated successfully, but these errors were encountered: