Skip to content

Commit d635cbd

Browse files
author
Martin Clauss
committed
Update v3 version to 3.1.6
1 parent 97149df commit d635cbd

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

docs/docs/de/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Dieser Schnellstart wird wenig um den heißen Brei herumreden und direkt mit dem
1313
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.
1414

1515
```bash
16-
dart pub add isar:^3.1.5 isar_flutter_libs:^3.1.5 --hosted-url=https://pub.isar-community.dev
17-
dart pub add dev:isar_generator:^3.1.5 --hosted-url=https://pub.isar-community.dev
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. Klassen annotieren

docs/docs/es/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Vamos a ser cortos en palabras para ir inmediatamente al código en esta guía d
1313
Antes de empezar la parte divertida, necesitamos agregar algunos paquetes al `pubspec.yaml`. Podemos usar pub para hacer el trabajo pesado por nosotros.
1414

1515
```bash
16-
flutter pub add isar isar_flutter_libs
17-
flutter pub add -d isar_generator build_runner
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. Anota las clases

docs/docs/fr/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Nous allons être brefs en mots et rapides en code dans ce démarrage rapide.
1313
Avant de débuter, nous devons ajouter quelques dépendances au fichier `pubspec.yaml`. Nous pouvons utiliser la commande `pub` pour faire le gros du travail à notre place.
1414

1515
```bash
16-
flutter pub add isar isar_flutter_libs
17-
flutter pub add -d isar_generator build_runner
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. Annotation de classes

docs/docs/it/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ In questa guida introduttiva saremo a corto di parole e veloci nel codice.
1313
Prima che inizii il divertimento, dobbiamo aggiungere alcuni pacchetti a `pubspec.yaml`. Possiamo usare il pub per facilitarci il lavoro pesante.
1414

1515
```bash
16-
flutter pub add isar isar_flutter_libs
17-
flutter pub add -d isar_generator build_runner
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. Annota le classi

docs/docs/ja/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ title: クイックスタート
1414
Isarを使用する前に、いくつかのパッケージを `pubspec.yaml` に追加する必要があります。pubを使用する事で、面倒な作業を簡単に済ませることが出来ます。
1515

1616
```bash
17-
flutter pub add isar isar_flutter_libs
18-
flutter pub add -d isar_generator build_runner
17+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
18+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1919
```
2020

2121
## 2. クラスの注釈(アノテーション)

docs/docs/ko/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ title: 빠른 시작
1313
재미있는 부분을 보기 전에 `pubspec.yaml` 에 몇 개의 패키지를 추가해야 합니다. 우리는 펍을 이용해서 힘든 일을 쉽게 할 수 있습니다.
1414

1515
```bash
16-
flutter pub add isar isar_flutter_libs
17-
flutter pub add -d isar_generator build_runner
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. 클래스에 주석 추가(어노테이션)

docs/docs/pt/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Seremos curtos em palavras e rápidos em código neste início rápido.
1313
Antes que a diversão comece, precisamos adicionar alguns pacotes ao `pubspec.yaml`. Podemos usar o pub para fazer o trabalho complexo para nós.
1414

1515
```bash
16-
flutter pub add isar isar_flutter_libs
17-
flutter pub add -d isar_generator build_runner
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. Anotar classes

docs/docs/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ We're going to be short on words and quick on code in this quickstart.
1313
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.
1414

1515
```bash
16-
dart pub add isar:^3.1.5 isar_flutter_libs:^3.1.5 --hosted-url=https://pub.isar-community.dev
17-
dart pub add dev:isar_generator:^3.1.5 --hosted-url=https://pub.isar-community.dev
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. Annotate classes

docs/docs/ur/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ title: فورا شروع کریں
1111
تفریح کا آغاز کرنےسے پہلےہمیں "پب سپیک۔یمل" میں چند پیکجز شامل کرنے کی ضرورت ہے۔ہم اپنے لیے بھاری سامان اٹھانے کے لیے پب کا استعمال کر سکتے ہیں۔
1212

1313
```bash
14-
flutter pub add isar isar_flutter_libs
15-
flutter pub add -d isar_generator build_runner
14+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
15+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1616
```
1717

1818
## 2. کلاسوں کی تشریح کریں۔

docs/docs/zh/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ title: 快速开始
1313
在开始之前,我们需要在 `pubspec.yaml` 文件中添加若干依赖,可以运行以下命令帮助我们完成:
1414

1515
```bash
16-
flutter pub add isar isar_flutter_libs
17-
flutter pub add -d isar_generator build_runner
16+
dart pub add isar:^3.1.6 isar_flutter_libs:^3.1.6 --hosted-url=https://pub.isar-community.dev
17+
dart pub add dev:isar_generator:^3.1.6 --hosted-url=https://pub.isar-community.dev
1818
```
1919

2020
## 2. 给类添加注解

0 commit comments

Comments
 (0)