Skip to content

hooshyar/dynamic_links_flutter

Repository files navigation

dynamic_links_flutter

Firebase

initialize your firebase project and firebase_core package https://firebase.flutter.dev/docs/overview

Dynamic Links

add firebase dynamic links package

Create dynamic linka

add your app's information to dynamic_links_service.dart



use this method to build new dynamic links
buildDynamicLinks(
           postAuthor: "postAuthor",
           postCategory: "postCategory",
           postDescription: "postDescription",
           postID: "postID",
           postTitle: "postTitle");
           

please contribute to clarify the example, and to add extra documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors