Skip to content

SalarPro/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

Languages

  • C++ 36.7%
  • CMake 31.8%
  • Dart 14.9%
  • HTML 6.9%
  • Ruby 4.7%
  • C 2.5%
  • Other 2.5%