We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045d029 commit c905d7eCopy full SHA for c905d7e
README.md
@@ -32,7 +32,7 @@ dependencies:
32
33
From there a SQLite database (and tables) can be created and used within the application.
34
35
-For this applicaiton I have put all of the SQFLite usages within [database_helper.dart](src/data/database_helper.dart).
+For this applicaiton I have put all of the SQFLite usages within [database_helper.dart](src/lib/data/database_helper.dart).
36
37
```dart
38
import 'dart:async';
0 commit comments