Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade supabase_flutter: ^2.8.3 #28

Merged
merged 1 commit into from
Feb 6, 2025
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.0] - 2025-02-06
#### [@rickypid](https://github.com/rickypid)

### Dependencies

* Upgrade supabase_flutter: ^2.8.3

## [1.4.3] - 2024-12-26
#### [@rickypid](https://github.com/rickypid)
#### [@lazy-geek](https://github.com/lazy-geek)
Expand Down
14 changes: 7 additions & 7 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: example
description: A new Flutter project.
publish_to: 'none'

version: 1.4.3
version: 1.5.0

environment:
sdk: '>=3.4.0 <4.0.0'

dependencies:
cupertino_icons: ^1.0.8
dio: ^5.7.0
dio: ^5.8.0+1
faker: ^2.2.0
file_picker: ^8.1.4
file_picker: ^8.3.1
file_saver: ^0.2.14
flutter:
sdk: flutter
Expand All @@ -20,13 +20,13 @@ dependencies:
flutter_login: ^5.0.0
flutter_supabase_chat_core:
path: ../
flutter_svg: ^2.0.14
http: ^1.2.2
flutter_svg: ^2.0.17
http: ^1.3.0
image_picker: ^1.1.2
infinite_scroll_pagination: ^4.1.0
open_filex: ^4.5.0
open_filex: ^4.6.0
path_provider: ^2.1.5
supabase_flutter: ^2.8.1
supabase_flutter: ^2.8.3
timeago: ^3.7.0


Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_supabase_chat_core
description: >
Actively maintained, community-driven Supabase BaaS for chat applications
with an optional chat UI.
version: 1.4.3
version: 1.5.0
homepage: https://flutter-supabase-chat-core.insideapp.it
repository: https://github.com/insideapp-srl/flutter_supabase_chat_core

Expand All @@ -16,7 +16,7 @@ dependencies:
flutter_chat_types: ^3.6.2
meta: ^1.15.0
mime: '>=1.0.2 <3.0.0'
supabase_flutter: ^2.8.1
supabase_flutter: ^2.8.3
uuid: ^4.5.1

dev_dependencies:
Expand Down