Skip to content

Commit 1a35715

Browse files
committed
fix isar user scheme
1 parent 22ebd4b commit 1a35715

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flutter/example/lib/isar/user.g.dart

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flutter/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class MainScaffold extends StatelessWidget {
234234
TooltipButton(
235235
onPressed: isarTest,
236236
text:
237-
'Executes CRUD operations on an in-memory with Isart and sends the created transaction to Sentry.',
237+
'Executes CRUD operations on an in-memory with Isar and sends the created transaction to Sentry.',
238238
buttonTitle: 'isar',
239239
),
240240
TooltipButton(

0 commit comments

Comments
 (0)