We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ff12f commit 6f57f15Copy full SHA for 6f57f15
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
### Fixes
6
7
+- Remove Flutter dependency from Drift integration ([#1867](https://github.com/getsentry/sentry-dart/pull/1867))
8
- Remove dead code, cold start bool is now always present ([#1861](https://github.com/getsentry/sentry-dart/pull/1861))
9
10
### Dependencies
drift/pubspec.yaml
@@ -7,7 +7,6 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues
environment:
sdk: '>=2.17.0 <4.0.0'
- flutter: '>=3.3.0'
11
12
dependencies:
13
sentry: 7.16.0
0 commit comments