You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Dependency Update: Remove the uni_links package from pubspec.yaml and add the app_links package.
Code Refactoring: Modify existing deep linking code to utilize the app_links API, ensuring all functionalities are preserved.
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.
The text was updated successfully, but these errors were encountered:
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.
Is your feature request related to a problem? Please describe.
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
uni_links
package with the actively maintainedapp_links
package to handle deep linking functionalities. This migration will ensure continued support, security, and compatibility with future Flutter releases.Approach to be followed
Additional context
The text was updated successfully, but these errors were encountered: