Skip to content

Commit

Permalink
Merge pull request #24 from isar-community/v3docs
Browse files Browse the repository at this point in the history
Initial update for v3 in quickstart guide
  • Loading branch information
mrclauss authored Mar 8, 2024
2 parents 42520e5 + 5d8b0e8 commit 9c52487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/de/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Dieser Schnellstart wird wenig um den heißen Brei herumreden und direkt mit dem
Bevor es losgeht, müssen wir ein paar Pakete zur `pubspec.yaml` hinzufügen. Damit es schneller geht lassen wir pub das für uns erledigen.

```bash
flutter pub add isar isar_flutter_libs
flutter pub add -d isar_generator build_runner
dart pub add isar:^3.1.4 isar_flutter_libs:^3.1.4 --hosted-url=https://isar-community.dev
dart pub add dev:isar_generator:^3.1.4 --hosted-url=https://isar-community.dev
```

## 2. Klassen annotieren
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ We're going to be short on words and quick on code in this quickstart.
Before the fun begins, we need to add a few packages to the `pubspec.yaml`. We can use pub to do the heavy lifting for us.

```bash
flutter pub add isar isar_flutter_libs
flutter pub add -d isar_generator build_runner
dart pub add isar:^3.1.4 isar_flutter_libs:^3.1.4 --hosted-url=https://isar-community.dev
dart pub add dev:isar_generator:^3.1.4 --hosted-url=https://isar-community.dev
```

## 2. Annotate classes
Expand Down

0 comments on commit 9c52487

Please sign in to comment.