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

Migrate from uni_links to app_links due to Discontinuation #2706

Open
may-tas opened this issue Jan 13, 2025 · 2 comments
Open

Migrate from uni_links to app_links due to Discontinuation #2706

may-tas opened this issue Jan 13, 2025 · 2 comments
Assignees
Labels

Comments

@may-tas
Copy link
Contributor

may-tas commented Jan 13, 2025

Is your feature request related to a problem? Please describe.

  • The uni_links package, previously used for deep linking in our Flutter application, is discontinued and no longer maintained. Continuing to use an unsupported package poses potential security risks and compatibility issues, hindering future development and maintenance.

Describe the solution you'd like

  • Replace the uni_links package with the actively maintained app_links package to handle deep linking functionalities. This migration will ensure continued support, security, and compatibility with future Flutter releases.

Approach to be followed

  1. Dependency Update: Remove the uni_links package from pubspec.yaml and add the app_links package.
  2. Code Refactoring: Modify existing deep linking code to utilize the app_links API, ensuring all functionalities are preserved.
  3. Testing: Modify all required tests related to deep linking.

Additional context

  • This migration is crucial for maintaining the application's stability and security.
  • Addressing this issue will facilitate the progress of PR #2697.
Screenshot 2025-01-13 at 3 28 36 PM Screenshot 2025-01-13 at 3 28 43 PM
@github-actions github-actions bot added security Security fix unapproved Unapproved, needs to be triaged labels Jan 13, 2025
Copy link

Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.

@may-tas
Copy link
Contributor Author

may-tas commented Jan 13, 2025

Please assign me this issue.

@palisadoes palisadoes removed the unapproved Unapproved, needs to be triaged label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants