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
20 changes: 10 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,18 +196,18 @@ packages:
dependency: transitive
description:
name: functions_client
sha256: b410e4d609522357396cd84bb9a8f6e3a4561b5f7d3ce82267f6f1c2af42f16b
sha256: "91bd57c5ee843957bfee68fdcd7a2e8b3c1081d448e945d33ff695fb9c2a686c"
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.3"
gotrue:
dependency: transitive
description:
name: gotrue
sha256: "04a6efacffd42773ed96dc752f19bb20a1fbc383e81ba82659072b775cf62912"
sha256: "941694654ab659990547798569771d8d092f2ade84a72e75bb9bbca249f3d3b1"
url: "https://pub.dev"
source: hosted
version: "2.12.0"
version: "2.13.0"
gtk:
dependency: transitive
description:
Expand Down Expand Up @@ -428,10 +428,10 @@ packages:
dependency: transitive
description:
name: realtime_client
sha256: "3a0a99b5bd0fc3b35e8ee846d9a22fa2c2117f7ef1cb73d1e5f08f6c3d09c4e9"
sha256: b6a825a4c80f2281ebfbbcf436a8979ae9993d4a30dbcf011b7d2b82ddde9edd
url: "https://pub.dev"
source: hosted
version: "2.5.0"
version: "2.5.1"
retry:
dependency: transitive
description:
Expand Down Expand Up @@ -561,18 +561,18 @@ packages:
dependency: transitive
description:
name: supabase
sha256: f00172f5f0b2148ea1c573f52862d50cacb6f353f579f741fa35e51704845958
sha256: "56c3493114caac8ef0dc3cac5fa24a9edefeb8c22d45794814c0fe3d2feb1a98"
url: "https://pub.dev"
source: hosted
version: "2.7.0"
version: "2.8.0"
supabase_flutter:
dependency: "direct main"
description:
name: supabase_flutter
sha256: d88eccf9e46e57129725a08e72a3109b6f780921fdc27fe3d7669a11ae80906b
sha256: "66b8d0a7a31f45955b11ad7b65347abc61b31e10f8bdfa4428501b81f5b30fa5"
url: "https://pub.dev"
source: hosted
version: "2.9.0"
version: "2.9.1"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.9.0
supabase_flutter: ^2.9.1
url_launcher: ^6.3.1
uni_links: ^0.5.1
flutter_dotenv: ^5.2.1
Expand Down