File tree Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Dieser Schnellstart wird wenig um den heißen Brei herumreden und direkt mit dem
13
13
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.
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. Klassen annotieren
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Vamos a ser cortos en palabras para ir inmediatamente al código en esta guía d
13
13
Antes de empezar la parte divertida, necesitamos agregar algunos paquetes al ` pubspec.yaml ` . Podemos usar pub para hacer el trabajo pesado por nosotros.
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. Anota las clases
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Nous allons être brefs en mots et rapides en code dans ce démarrage rapide.
13
13
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.
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. Annotation de classes
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ In questa guida introduttiva saremo a corto di parole e veloci nel codice.
13
13
Prima che inizii il divertimento, dobbiamo aggiungere alcuni pacchetti a ` pubspec.yaml ` . Possiamo usare il pub per facilitarci il lavoro pesante.
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. Annota le classi
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ title: クイックスタート
14
14
Isarを使用する前に、いくつかのパッケージを ` pubspec.yaml ` に追加する必要があります。pubを使用する事で、面倒な作業を簡単に済ませることが出来ます。
15
15
16
16
``` 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
19
19
```
20
20
21
21
## 2. クラスの注釈(アノテーション)
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ title: 빠른 시작
13
13
재미있는 부분을 보기 전에 ` pubspec.yaml ` 에 몇 개의 패키지를 추가해야 합니다. 우리는 펍을 이용해서 힘든 일을 쉽게 할 수 있습니다.
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. 클래스에 주석 추가(어노테이션)
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Seremos curtos em palavras e rápidos em código neste início rápido.
13
13
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.
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. Anotar classes
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ We're going to be short on words and quick on code in this quickstart.
13
13
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.
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. Annotate classes
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ title: فورا شروع کریں
11
11
تفریح کا آغاز کرنےسے پہلےہمیں "پب سپیک۔یمل" میں چند پیکجز شامل کرنے کی ضرورت ہے۔ہم اپنے لیے بھاری سامان اٹھانے کے لیے پب کا استعمال کر سکتے ہیں۔
12
12
13
13
``` 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
16
16
```
17
17
18
18
## 2. کلاسوں کی تشریح کریں۔
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ title: 快速开始
13
13
在开始之前,我们需要在 ` pubspec.yaml ` 文件中添加若干依赖,可以运行以下命令帮助我们完成:
14
14
15
15
``` 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
18
18
```
19
19
20
20
## 2. 给类添加注解
You can’t perform that action at this time.
0 commit comments