10000
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 30a317c commit 3e2518aCopy full SHA for 3e2518a
README.md
@@ -12,7 +12,7 @@ This repository contains a simple [Flutter](https://flutter.dev/) application th
12
13
## Requirements
14
15
-To run this application be sure to check out [the Flutter documentation](https://docs.flutter.dev/get-started/install) for getting.
+To run this application be sure to check out [the Flutter documentation](https://docs.flutter.dev/get-started/install) for getting started.
16
17
## Key takeaways
18
@@ -27,7 +27,7 @@ dependencies:
27
flutter:
28
sdk: flutter
29
sqflite: any
30
- path_provider: an
+ path_provider: any
31
```
32
33
From there a SQLite database (and tables) can be created and used within the application.
0 commit comments