Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions flutter_supabase/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ packages:
dependency: transitive
description:
name: gotrue
sha256: f7b52008311941a7c3e99f9590c4ee32dfc102a5442e43abf1b287d9f8cc39b2
sha256: ecdf3fa3ef8c5f886390ba0056d00d29138c02c39984e9caa8194dffd8a73ef7
url: "https://pub.dev"
source: hosted
version: "2.18.0"
version: "2.19.0"
gtk:
dependency: transitive
description:
Expand Down Expand Up @@ -452,10 +452,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
url: "https://pub.dev"
source: hosted
version: "0.12.18"
version: "0.12.19"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -580,10 +580,10 @@ packages:
dependency: transitive
description:
name: realtime_client
sha256: "5268afc208d02fb9109854d262c1ebf6ece224cd285199ae1d2f92d2ff49dbf1"
sha256: ee8e71af7a834e960f5b2f494f398117488036fbdb11f422611f7287fbf40562
url: "https://pub.dev"
source: hosted
version: "2.7.0"
version: "2.7.1"
retry:
dependency: transitive
description:
Expand Down Expand Up @@ -705,10 +705,10 @@ packages:
dependency: transitive
description:
name: storage_client
sha256: "1c61b19ed9e78f37fdd1ca8b729ab8484e6c8fe82e15c87e070b861951183657"
sha256: "085a08fd67f234d575113957c04a0e8d0a3050129762f939ce831ee2c0df8257"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.5.1"
stream_channel:
dependency: transitive
description:
Expand All @@ -729,18 +729,18 @@ packages:
dependency: transitive
description:
name: supabase
sha256: cc039f63a3168386b3a4f338f3bff342c860d415a3578f3fbe854024aee6f911
sha256: "89b190b585f8609fe1537cbf53eae0c9fda9b777591b064d1150c6f26e607a84"
url: "https://pub.dev"
source: hosted
version: "2.10.2"
version: "2.10.4"
supabase_flutter:
dependency: "direct main"
description:
name: supabase_flutter
sha256: "92b2416ecb6a5c3ed34cf6e382b35ce6cc8921b64f2a9299d5d28968d42b09bb"
sha256: c2974cfdfeb5de517652a35f3ef0d1f3159e068de82b50ccaa27908a2b45fb82
url: "https://pub.dev"
source: hosted
version: "2.12.0"
version: "2.12.2"
synchronized:
dependency: transitive
description:
Expand All @@ -761,10 +761,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
url: "https://pub.dev"
source: hosted
version: "0.7.9"
version: "0.7.10"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
supabase_flutter: ^2.12.0
supabase_flutter: ^2.12.2
http: ^1.6.0
cached_network_image: ^3.4.1
webview_flutter: ^4.13.1
Expand Down
Loading