We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1be7a commit 3c61e86Copy full SHA for 3c61e86
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 thing',
+ title: 'This is a test item',
34
content: 'test',
35
),
36
);
0 commit comments