'How to add ofl parameter to short link using flutter firebase_dynamic_link 4.1.0?

I'm using firebase_dynamic_link version 4.1.0 There are two methods to create a dynamic link:

  • dynamicLinks.buildShortLink(DynamicLinkParameters)
  • dynamicLinks.buildLink(DynamicLinkParameters

I could create a long link using buildLink and then add ofl parameter. But I have to build a shortlink with ofl parameter. I'm using firebase_dynami_link 2.0.3 to do that, but I'm experiencing some issues on iOs.

Does someone knows how to build a shortling with ofl parameter using 4.1.0 version ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source