Skip to content

Commit

Permalink
Merge pull request #1086 from KarthiDreamr/patch-1
Browse files Browse the repository at this point in the history
added flutter pub add command
  • Loading branch information
alextekartik authored Feb 20, 2024
2 parents 426e7f2 + fae0767 commit 07fb76f
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions sqflite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,24 @@ Usage example:

## Getting Started

In your flutter project add the dependency:
To get started, you need to add `sqflite` to your project. Follow the steps below:

```yml
dependencies:
...
sqflite:
```
1. Open the terminal in your project root. You can do this by pressing `Alt+F12` in Android Studio or `` Ctrl+` `` in VS Code.

For help getting started with Flutter, view the online
[documentation](https://flutter.io/).
2. Run the following command:

## Usage example
```bash
flutter pub add sqflite
```

This command will add a line to your package's `pubspec.yaml` file and run an implicit `flutter pub get`. The added line will look like this:

```yaml
dependencies:
sqflite:
```
## Usage example
Import `sqflite.dart`

Expand Down

0 comments on commit 07fb76f

Please sign in to comment.