Skip to content

Commit 1eb636c

Browse files
committed
feat(supabase_flutter): Update app_links dependency to v6.0.1
1 parent 3b823cc commit 1eb636c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/supabase_flutter/lib/src/supabase_auth.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class SupabaseAuth with WidgetsBindingObserver {
189189
_initialDeeplinkIsHandled = true;
190190

191191
try {
192-
final uri = await _appLinks.getInitialAppLink();
192+
final uri = await _appLinks.getInitialLink();
193193
if (uri != null) {
194194
await _handleDeeplink(uri);
195195
}

packages/supabase_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
flutter: '>=3.0.0'
1111

1212
dependencies:
13-
app_links: '>=3.5.0 <6.0.0'
13+
app_links: '^6.0.1'
1414
async: ^2.11.0
1515
crypto: ^3.0.2
1616
flutter:

0 commit comments

Comments
 (0)