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

[v9]: Bump Dart and Flutter version, Dart to 3.5.0, Flutter to 3.24.0 #2643

Merged
merged 22 commits into from
Feb 5, 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: 0 additions & 7 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
matrix:
os: [ubuntu]
sdk:
- '2.18'
- '2.19'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- stable
- beta
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/min_version_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: "11"
java-version: "17"

- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # [email protected]
with:
flutter-version: "3.0.0"
flutter-version: "3.24.0"

- name: Build Android
run: |
Expand All @@ -53,7 +53,7 @@ jobs:

- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # [email protected]
with:
flutter-version: "3.0.0"
flutter-version: "3.24.0"

- name: Build iOS
run: |
Expand All @@ -70,7 +70,7 @@ jobs:

- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # [email protected]
with:
flutter-version: "3.0.0"
flutter-version: "3.24.0"

- name: Build web
run: |
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased 9.0.0

- Increase minimum SDK version requirements to Dart v3.5.0 and Flutter v3.24.0 ([#2643](https://github.com/getsentry/sentry-dart/pull/2643))

## 8.13.0-beta.3

### Enhancements
Expand Down Expand Up @@ -376,7 +380,6 @@
```
- Replace deprecated `BeforeScreenshotCallback` with new `BeforeCaptureCallback`.


### Fixes

- Catch errors thrown during `handleBeginFrame` and `handleDrawFrame` ([#2446](https://github.com/getsentry/sentry-dart/pull/2446))
Expand Down
2 changes: 1 addition & 1 deletion dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'

dependencies:
sentry:
Expand Down
2 changes: 1 addition & 1 deletion dart/example_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: An absolute bare-bones web app.
publish_to: 'none'

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'

dependencies:
sentry:
Expand Down
9 changes: 0 additions & 9 deletions dart/example_web_legacy/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions dart/example_web_legacy/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dart/example_web_legacy/analysis_options.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions dart/example_web_legacy/pubspec.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions dart/example_web_legacy/web/event.dart

This file was deleted.

Binary file removed dart/example_web_legacy/web/favicon.ico
Binary file not shown.
69 changes: 0 additions & 69 deletions dart/example_web_legacy/web/index.html

This file was deleted.

Loading
Loading