Skip to content

Commit

Permalink
Fix/beagle flutter version (#893)
Browse files Browse the repository at this point in the history
* Removes acl option (#882)

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Fixes config var (#885)

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Feature/adds typescript menu (#888)

* Removes acl option (#882) (#883)

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Fix/fixes config variable (#884)

* Removes acl option (#882)

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Fixes publishing version

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Fix/flutter version (#886)

* Removes acl option (#882)

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Fixes flutter reference version

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Adds Typescript backend menu

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Fixes C4Model Path

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* fix: Beagle Flutter version reference in getting started

Signed-off-by: Daniel Tes Carrasque <daniel@zup.com.br>

Co-authored-by: Hector Custódio <hector.custodio@zup.com.br>
Co-authored-by: Daniel Tes Carrasque <daniel@zup.com.br>
  • Loading branch information
3 people committed Mar 30, 2022
1 parent 8ce70e9 commit 60eb4a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/flutter/getting-started.md
Expand Up @@ -11,8 +11,8 @@ description: >-
Follow the steps to install:

1. Open the file `pubspec.yaml` in the root of your project;
2. Under `dependencies`, add `beagle: ˆ{{<param react_current_version>}}`, or the most recent version;
3. Add `beagle_components: ^{{<param react_current_version>}}`. You can omit this dependency if you're familiar with Beagle and won't use any
2. Under `dependencies`, add `beagle: ˆ{{<param flutter_current_version>}}`, or the most recent version;
3. Add `beagle_components: ^{{<param flutter_current_version>}}`. You can omit this dependency if you're familiar with Beagle and won't use any
of the default components;
4. In your IDE (Android Studio or Visual Studio Code), click `pub get`. Or, from the terminal, type `flutter pub get`.

Expand Down
4 changes: 2 additions & 2 deletions content/pt/flutter/getting-started.md
Expand Up @@ -10,8 +10,8 @@ description: >-
# Instalação

1. Abra o arquivo `pubsec.yaml` na raiz do projeto;
2. Em `dependencies`, adicione `beagle: ^{{<param react_current_version>}}`, ou a versão desejada;
3. Adicione `beagle_components ^{{<param react_current_version>}}`. Você pode omitir esta dependência se não for usar nenhum componente padrão.
2. Em `dependencies`, adicione `beagle: ^{{<param flutter_current_version>}}`, ou a versão desejada;
3. Adicione `beagle_components ^{{<param flutter_current_version>}}`. Você pode omitir esta dependência se não for usar nenhum componente padrão.
4. Na sua IDE (Android Studio ou VS Code), clique em `pub get`. Ou, pela linha de comando, digite: `flutter pub get`.

# Configuração e Inicialização
Expand Down

0 comments on commit 60eb4a3

Please sign in to comment.