easy_dynamic_link 0.0.1 copy "easy_dynamic_link: ^0.0.1" to clipboard
easy_dynamic_link: ^0.0.1 copied to clipboard

Hanlding Firebase Dynamic Link Easily

This is a project that makes the dynamic link in Firebase easy to use. The features in this project are as follows.

  • Dynamic Link Handler
  • make Dyanmic Link easily

To use the project, you must set firebase on the app by default.

Usage #

final EasyDL _easyDL = EasyDL();
_easyDL.init();
//make Dyanmic Link easily  
_easyDL.makeDynamicLink(
  path,
  webPage,
  basicDeepLink,
  androidPackageName,
  iosBundleId,
  androidFallBackUrl, 
  iosFallBackUrl,
  appStoreId); 
//Dynamic Link Handler
_easyDL.handler((uri, data){});
5
likes
110
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

Hanlding Firebase Dynamic Link Easily

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_dynamic_links, flutter

More

Packages that depend on easy_dynamic_link