Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: does fluttium support deeplinks #201

Open
TheGlorySaint opened this issue Mar 3, 2023 · 1 comment
Open

question: does fluttium support deeplinks #201

TheGlorySaint opened this issue Mar 3, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@TheGlorySaint
Copy link

Description

Hey wolfenrain,

I love your package. In my App, I implemented dynamic linking with Firebase Dynamic Links. The Link for opening the App and receiving parameters that are necessary for the login, I receive from an API that send an e-mail. Now my Question is, does Fluttium supports opening dynamic links and how to open them from an e-mail programm? Or do I need to create a function inside the app to test that?

@TheGlorySaint TheGlorySaint added the documentation Improvements or additions to documentation label Mar 3, 2023
@wolfenrain
Copy link
Owner

Currently Fluttium does not support it as it uses flutter run under the hood. But in the long run (when #197 lands) we should be able to add specialised features like this to Fluttium to trigger a deep link url when the app is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants