Skip to content

Commit 6f57f15

Browse files
authored
fix: remove Flutter dep from Drift integration (#1867)
* Remove Flutter dep * Update CHANGELOG
1 parent 91ff12f commit 6f57f15

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Fixes
66

7+
- Remove Flutter dependency from Drift integration ([#1867](https://github.com/getsentry/sentry-dart/pull/1867))
78
- Remove dead code, cold start bool is now always present ([#1861](https://github.com/getsentry/sentry-dart/pull/1861))
89

910
### Dependencies

drift/pubspec.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues
77

88
environment:
99
sdk: '>=2.17.0 <4.0.0'
10-
flutter: '>=3.3.0'
1110

1211
dependencies:
1312
sentry: 7.16.0

0 commit comments

Comments
 (0)