Skip to content

Commit 43b2ae6

Browse files
committed
update the version constraints of supabase and supabase_flutter accodording to the new constraints on gotrue
1 parent 51bc5e2 commit 43b2ae6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/gotrue/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/got
66
documentation: 'https://supabase.com/docs/reference/dart/auth-signup'
77

88
environment:
9-
sdk: '>=3.0.0 <4.0.0'
9+
sdk: '>=3.3.0 <4.0.0'
1010

1111
dependencies:
1212
collection: ^1.15.0

packages/supabase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/sup
66
documentation: 'https://supabase.com/docs/reference/dart/introduction'
77

88
environment:
9-
sdk: '>=3.0.0 <4.0.0'
9+
sdk: '>=3.3.0 <4.0.0'
1010

1111
dependencies:
1212
functions_client: 2.4.1

packages/supabase_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/sup
66
documentation: 'https://supabase.com/docs/reference/dart/introduction'
77

88
environment:
9-
sdk: '>=3.0.0 <4.0.0'
10-
flutter: '>=3.0.0'
9+
sdk: '>=3.3.0 <4.0.0'
10+
flutter: '>=3.19.0'
1111

1212
dependencies:
1313
app_links: '>=3.5.0 <7.0.0'

0 commit comments

Comments
 (0)