We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c61e86 commit 0595ef4Copy full SHA for 0595ef4
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## Unreleased
4
5
-### Fixes
+### 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))
drift/example/example.dart
@@ -30,7 +30,7 @@ Future<void> runApp() async {
30
31
await db.into(db.todoItems).insert(
32
TodoItemsCompanion.insert(
33
- title: 'This is a test item',
+ title: 'This is a test thing',
34
content: 'test',
35
),
36
);
0 commit comments