diff --git a/content/en/flutter/getting-started.md b/content/en/flutter/getting-started.md index 2e906c3a0..3f2ea00f7 100644 --- a/content/en/flutter/getting-started.md +++ b/content/en/flutter/getting-started.md @@ -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: ˆ{{}}`, or the most recent version; -3. Add `beagle_components: ^{{}}`. You can omit this dependency if you're familiar with Beagle and won't use any +2. Under `dependencies`, add `beagle: ˆ{{}}`, or the most recent version; +3. Add `beagle_components: ^{{}}`. 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`. diff --git a/content/pt/flutter/getting-started.md b/content/pt/flutter/getting-started.md index 45698daa5..bb79120ea 100644 --- a/content/pt/flutter/getting-started.md +++ b/content/pt/flutter/getting-started.md @@ -10,8 +10,8 @@ description: >- # Instalação 1. Abra o arquivo `pubsec.yaml` na raiz do projeto; -2. Em `dependencies`, adicione `beagle: ^{{}}`, ou a versão desejada; -3. Adicione `beagle_components ^{{}}`. Você pode omitir esta dependência se não for usar nenhum componente padrão. +2. Em `dependencies`, adicione `beagle: ^{{}}`, ou a versão desejada; +3. Adicione `beagle_components ^{{}}`. 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