Hello Community,
I've been following the instructions on FlutterFlow Docs regarding setting up Dynamic Links and have successfully set up Firebase Dynamic Links. Additionally, I also followed the instructions to generate the current page link.
From what I've seen in the documentation, there weren't any platform-specific constraints mentioned. The feature works seamlessly on both Android and iOS. However, when I try to open the app via the web (tested using Chrome), I encounter the following error:
Uncaught MissingPluginException(No implementation found for method FirebaseDynamicLinks#buildLink on channel plugins.flutter.io/firebase_dynamic_links)"
Upon checking the "firebase_dynamic_links" package on pub.dev, I noticed that it only lists support for Android and iOS. Does this mean there is no support for the web after all? If that's the case, can I only generate links on Android and iOS but then open them on the web? Are there any alternative methods or solutions for this?
As a side note, I am aware that Firebase Dynamic Link will only be supported until 2025. However, until I find an equally effective alternative, I plan to continue using it.
I appreciate any assistance or insights you can offer.