Skip to content

Commit 30edb24

Browse files
committed
feat(repo): bump min flutter version to 3.29.3
1 parent f4ee46b commit 30edb24

File tree

21 files changed

+51
-39
lines changed

21 files changed

+51
-39
lines changed

.github/workflows/legacy_version_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: legacy_version_analyze
33
env:
44
# Note: The versions below should be manually updated after a new stable
55
# version comes out.
6-
flutter_version: "3.27.4"
6+
flutter_version: "3.29.3"
77

88
on:
99
push:

.github/workflows/stream_flutter_workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ jobs:
9595
channel: stable
9696
cache: true
9797
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
98-
# This step is needed due to https://github.com/actions/runner-images/issues/11279
99-
- name: Install SQLite3
100-
run: sudo apt-get update && sudo apt-get install -y sqlite3 libsqlite3-dev
10198
- name: "Install Tools"
10299
run: |
103100
flutter pub global activate melos

melos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ command:
1818
bootstrap:
1919
# Dart and Flutter environment used in the project.
2020
environment:
21-
sdk: ^3.6.2
21+
sdk: ^3.7.2
2222
# We are not using carat '^' syntax here because flutter don't follow semantic versioning.
23-
flutter: ">=3.27.4"
23+
flutter: ">=3.29.3"
2424

2525
# List of all the dependencies used in the project.
2626
dependencies:

packages/stream_chat/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

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

1415
🐞 Fixed
1516
- `Null check operator used on a null value` in Websocket connect.

packages/stream_chat/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ version: 1.0.0+1
1717
# 2. Add it to the melos.yaml file for future updates.
1818

1919
environment:
20-
sdk: ^3.6.2
21-
flutter: ">=3.27.4"
20+
sdk: ^3.7.2
21+
flutter: ">=3.29.3"
2222

2323
dependencies:
2424
cupertino_icons: ^1.0.3

packages/stream_chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
1818
# 2. Add it to the melos.yaml file for future updates.
1919

2020
environment:
21-
sdk: ^3.6.2
21+
sdk: ^3.7.2
2222

2323
dependencies:
2424
async: ^2.11.0

packages/stream_chat_flutter/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
🔄 Changed
88

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

1112
## 9.10.0
1213

packages/stream_chat_flutter/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ version: 1.0.0+1
1616
# 2. Add it to the melos.yaml file for future updates.
1717

1818
environment:
19-
sdk: ^3.6.2
20-
flutter: ">=3.27.4"
19+
sdk: ^3.7.2
20+
flutter: ">=3.29.3"
2121

2222
dependencies:
2323
collection: ^1.17.2

packages/stream_chat_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
1818
# 2. Add it to the melos.yaml file for future updates.
1919

2020
environment:
21-
sdk: ^3.6.2
22-
flutter: ">=3.27.4"
21+
sdk: ^3.7.2
22+
flutter: ">=3.29.3"
2323

2424
dependencies:
2525
cached_network_image: ^3.3.1

packages/stream_chat_flutter_core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Upcoming
2+
3+
🔄 Changed
4+
5+
- Updated minimum Flutter version to `3.29.3` for the SDK.
6+
17
## 9.10.0
28

39
🐞 Fixed

0 commit comments

Comments
 (0)