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
2 changes: 1 addition & 1 deletion .github/workflows/legacy_version_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: legacy_version_analyze
env:
# Note: The versions below should be manually updated after a new stable
# version comes out.
flutter_version: "3.27.4"
flutter_version: "3.29.3"

on:
push:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/stream_flutter_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ jobs:
channel: stable
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
# This step is needed due to https://github.com/actions/runner-images/issues/11279
- name: Install SQLite3
run: sudo apt-get update && sudo apt-get install -y sqlite3 libsqlite3-dev
- name: "Install Tools"
run: |
flutter pub global activate melos
Expand Down
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ command:
bootstrap:
# Dart and Flutter environment used in the project.
environment:
sdk: ^3.6.2
sdk: ^3.7.2
# We are not using carat '^' syntax here because flutter don't follow semantic versioning.
flutter: ">=3.27.4"
flutter: ">=3.29.3"

# List of all the dependencies used in the project.
dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/stream_chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

- Deprecated `message.reactionCounts`, `message.reactionScores` in favor of
`message.reactionGroups`.
- Updated minimum Flutter version to `3.29.3` for the SDK.

🐞 Fixed
- `Null check operator used on a null value` in Websocket connect.
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
cupertino_icons: ^1.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
sdk: ^3.7.2

dependencies:
async: ^2.11.0
Expand Down
1 change: 1 addition & 0 deletions packages/stream_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
🔄 Changed

- Updated `just_audio` dependency to `">=0.9.38 <0.11.0"`.
- Updated minimum Flutter version to `3.29.3` for the SDK.

## 9.10.0

Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
collection: ^1.17.2
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
cached_network_image: ^3.3.1
Expand Down
6 changes: 6 additions & 0 deletions packages/stream_chat_flutter_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Upcoming

🔄 Changed

- Updated minimum Flutter version to `3.29.3` for the SDK.

## 9.10.0

🐞 Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_flutter_core/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
cupertino_icons: ^1.0.3
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_flutter_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
collection: ^1.17.2
Expand Down
6 changes: 6 additions & 0 deletions packages/stream_chat_localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Upcoming

🔄 Changed

- Updated minimum Flutter version to `3.29.3` for the SDK.

## 9.10.0

- Updated `stream_chat_flutter` dependency to [`9.10.0`](https://pub.dev/packages/stream_chat/changelog).
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_localizations/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
cupertino_icons: ^1.0.3
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_localizations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
flutter:
Expand Down
1 change: 1 addition & 0 deletions packages/stream_chat_persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Upcoming

- Added support for `Message.reactionGroups` field.
- Updated minimum Flutter version to `3.29.3` for the SDK.

## 9.10.0

Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_persistence/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
cupertino_icons: ^1.0.3
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_persistence/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
drift: ^2.22.1
Expand Down
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: analyzer
sha256: "13c1e6c6fd460522ea840abec3f677cc226f5fec7872c04ad7b425517ccf54f7"
sha256: "904ae5bb474d32c38fb9482e2d925d5454cda04ddd0e55d2e6826bc72f6ba8c0"
url: "https://pub.dev"
source: hosted
version: "7.4.4"
version: "7.4.5"
ansi_styles:
dependency: transitive
description:
Expand Down Expand Up @@ -149,10 +149,10 @@ packages:
dependency: "direct dev"
description:
name: dart_style
sha256: "27eb0ae77836989a3bc541ce55595e8ceee0992807f14511552a898ddd0d88ac"
sha256: "5b236382b47ee411741447c1f1e111459c941ea1b3f2b540dde54c210a3662af"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.1.0"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -245,10 +245,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev"
source: hosted
version: "1.16.0"
version: "1.17.0"
mustache_template:
dependency: transitive
description:
Expand Down Expand Up @@ -293,10 +293,10 @@ packages:
dependency: transitive
description:
name: process
sha256: "107d8be718f120bbba9dcd1e95e3bd325b1b4a4f07db64154635ba03f2567a0d"
sha256: "44b4226c0afd4bc3b7c7e67d44c4801abd97103cf0c84609e2654b664ca2798c"
url: "https://pub.dev"
source: hosted
version: "5.0.3"
version: "5.0.4"
prompts:
dependency: transitive
description:
Expand Down Expand Up @@ -381,10 +381,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
url: "https://pub.dev"
source: hosted
version: "0.7.4"
version: "0.7.6"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -426,4 +426,4 @@ packages:
source: hosted
version: "2.2.2"
sdks:
dart: ">=3.6.2 <4.0.0"
dart: ">=3.7.2 <4.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_chat_flutter_workspace

environment:
sdk: ^3.6.2
sdk: ^3.7.2

dev_dependencies:
code_builder: ^4.10.1
Expand Down
4 changes: 2 additions & 2 deletions sample_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: 2.2.0
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.6.2
flutter: ">=3.27.4"
sdk: ^3.7.2
flutter: ">=3.29.3"

dependencies:
collection: ^1.17.2
Expand Down
Loading