Skip to content

Conversation

Vinzent03
Copy link
Collaborator

What kind of change does this PR introduce?

Upgrade app_links

What is the current behavior?

We allow a wide range of app_links version, because we didn't want to introduce a breaking change. The methods had changed though so we supported both versions by using a try catch. This causes issues with using a debugger which stops even at caught exceptions.

What is the new behavior?

v6.0 got released in May 2024, so I think it is fine now to require the latest version.

Additional context

close #1124
#941
close #1205

@coveralls
Copy link

coveralls commented Sep 30, 2025

Pull Request Test Coverage Report for Build 18130545220

Details

  • 0 of 7 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 80.596%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/supabase_flutter/lib/src/supabase_auth.dart 0 7 0.0%
Totals Coverage Status
Change from base Build 18103164342: -0.01%
Covered Lines: 3136
Relevant Lines: 3891

💛 - Coveralls

@Vinzent03 Vinzent03 merged commit 34651c0 into main Sep 30, 2025
9 checks passed
@Vinzent03 Vinzent03 deleted the chore/upgrade-app-links branch September 30, 2025 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

supporting old app_links versions causes caught exception notifications for many users

3 participants