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

Open
wants to merge 16 commits into
base: v9
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 13 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
6 changes: 3 additions & 3 deletions .github/workflows/min_version_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.18.1)

## 9.0.0

- Bump Dart and Flutter version, Dart to 3.5.0, Flutter to 3.24.0 ([#2643](https://github.com/getsentry/sentry-dart/pull/2643))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 🚫 The changelog entry seems to be part of an already released section ## 8.13.0.
    Consider moving the entry to the ## Unreleased section, please.


## 8.11.0-beta.1

### Features
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.

136 changes: 0 additions & 136 deletions dart/example_web_legacy/web/main.dart

This file was deleted.

Loading
Loading